Skip to content

Commit

Permalink
wip KeyValueMirrorCrossDomains, try x
Browse files Browse the repository at this point in the history
  • Loading branch information
levb committed Apr 19, 2024
1 parent 83763f3 commit c78be1a
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 @@ -175,7 +175,7 @@ jobs:
if [[ "${{ inputs.quick_test }}" == "ON" ]]; then
ctest --timeout 60 --output-on-failure -I 1,1
else
ctest -R 'KeyValueMirrorCrossDomains' --repeat-until-fail 20
ctest -VV -R 'KeyValueMirrorCrossDomains' --repeat-until-fail 20
# 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) !!!"
Expand Down

0 comments on commit c78be1a

Please sign in to comment.