Skip to content

Commit

Permalink
unit tests: Add make check (#365)
Browse files Browse the repository at this point in the history
In order to detect that we don't miss updating files,
with make generate, add make check to the unit tests job.

Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Mar 20, 2022
1 parent 5f06e27 commit 25148db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions automation/check-patch.unit-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ main() {
trap teardown EXIT SIGINT SIGTERM SIGSTOP

make all
make check
make test
}

Expand Down

0 comments on commit 25148db

Please sign in to comment.