Skip to content

Commit

Permalink
Try to fully disable tsan
Browse files Browse the repository at this point in the history
  • Loading branch information
scpeters committed Mar 17, 2021
1 parent e959caf commit c92b920
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ jobs:
COMPILER_FLAG: ''
- sanitizer: asan
COMPILER_FLAG: ' -DADDRESS_SANITIZER=On'
- sanitizer: tsan
COMPILER_FLAG: ' -DTHREAD_SANITIZER=On'
- sanitizer: ubsan
COMPILER_FLAG: ' -DUNDEFINED_SANITIZER=On'
env:
Expand Down

0 comments on commit c92b920

Please sign in to comment.