Skip to content

Commit

Permalink
wip try all KeyValue
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 19, 2024
1 parent bb44505 commit b3108bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,8 @@ jobs:
if [[ "${{ inputs.quick_test }}" == "ON" ]]; then
ctest --timeout 60 --output-on-failure -I 1,1
else
ctest -VV -R 'KeyValueMirrorCrossDomains' --timeout 60 --output-on-failure 2>&1 | tee /tmp/out.txt
ctest --timeout 60 --output-on-failure 2>&1 | tee /tmp/out.txt
ctest -VV -R 'KeyValue' --timeout 60 --output-on-failure 2>&1 | tee /tmp/out.txt
# ctest --timeout 60 --output-on-failure 2>&1 | tee /tmp/out.txt
if [[ $(grep -q 'WARNING: ThreadSanitizer: ' /tmp/out.txt; echo $?) == 0 ]]; then
echo "!!! ThreadSanitizer detected WARNING(s) !!!"
exit 1
Expand Down

0 comments on commit b3108bb

Please sign in to comment.