Skip to content

Commit

Permalink
run all of the tests again
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 17, 2023
1 parent 3863c53 commit fd10c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildOnTravis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ if [ $res -ne 0 ]; then
fi
export NATS_TEST_SERVER_VERSION="$(nats-server -v)"
export NATS_TEST_TRAVIS=yes
ctest --timeout 60 --output-on-failure $4 -VV -R 'Test_Micro'
ctest --timeout 60 --output-on-failure $4
res=$?
if [ $res -ne 0 ]; then
exit $res
Expand Down

0 comments on commit fd10c2c

Please sign in to comment.