Skip to content

Commit

Permalink
Use thread sanitizer suppressions file
Browse files Browse the repository at this point in the history
  • Loading branch information
msimberg committed Jan 19, 2024
1 parent 02e94ca commit 325c0b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linux_tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: always()
shell: bash
run: |
export TSAN_OPTIONS=
export TSAN_OPTIONS=suppressions=$PWD/tools/tsan.supp
cd build
ctest \
--timeout 120 \
Expand All @@ -82,6 +82,7 @@ jobs:
if: always()
shell: bash
run: |
export TSAN_OPTIONS=suppressions=$PWD/tools/tsan.supp
cd build
ctest \
--timeout 120 \
Expand Down

0 comments on commit 325c0b0

Please sign in to comment.