From b3108bb54156dda786f4a2dd7316ef6ddf3a89d2 Mon Sep 17 00:00:00 2001 From: Lev Brouk Date: Fri, 19 Apr 2024 09:18:01 -0700 Subject: [PATCH] wip try all KeyValue --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index e9f8d7650..bff35c6be 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -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