Skip to content

Commit

Permalink
leak 4
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Jul 11, 2024
1 parent 5865716 commit 7c2a491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
export PATH=../deps/nats-server:../deps/nats-streaming-server:$PATH
export NATS_TEST_SERVER_VERSION="$(nats-server -v)"
flags=""
ctest --timeout 60 -VV -R 'Test_OpenCloseAndWait' 2>&1 | tee /tmp/out.txt
ctest --timeout 60 --output-on-failure 2>&1 | tee /tmp/out.txt
if [[ $(grep -q 'ThreadSanitizer: ' /tmp/out.txt; echo $?) == 0 ]]; then
echo "!!! ThreadSanitizer detected WARNING(s) !!!"
exit 1
Expand Down

0 comments on commit 7c2a491

Please sign in to comment.