Skip to content

Commit

Permalink
Compile things before running tests
Browse files Browse the repository at this point in the history
If there is a compilation error, then there's no point in running the tests.
  • Loading branch information
hugomg committed Aug 9, 2024
1 parent 32bc5f8 commit 7cec24a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@
# ./run-tests
# ./run-tests -k
# ./run-tests spec/traceback_spec.lua

busted --verbose --no-keep-going "$@"
make tests && busted --verbose --no-keep-going "$@"

0 comments on commit 7cec24a

Please sign in to comment.