Skip to content

Commit

Permalink
tsan.yml: disabled CTest step for now
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Nov 27, 2024
1 parent 6672038 commit 0571792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tsan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
cmake --build cmake.output --target checkcfg -- -j $(nproc)
- name: Run CTest
if: false # TODO: test-filelist fails with data race in pthread_cond_destroy
run: |
ctest --test-dir cmake.output --output-on-failure -j$(nproc)
Expand Down

0 comments on commit 0571792

Please sign in to comment.