Skip to content

Commit

Permalink
Add ThreadSanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
wantehchang committed Mar 22, 2024
1 parent d159843 commit 568a889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-unix-static-sanitized.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
sanitizer: [ address, undefined ] # TODO(yguyon): Add memory, thread
sanitizer: [ address, thread, undefined ] # TODO(yguyon): Add memory

env:
CC: clang
Expand Down

0 comments on commit 568a889

Please sign in to comment.