Skip to content

Commit

Permalink
server ci : disable thread sanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
slaren committed Jun 22, 2024
1 parent 5d7695e commit 69a4755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

strategy:
matrix:
sanitizer: [ADDRESS, THREAD, UNDEFINED]
sanitizer: [ADDRESS, UNDEFINED] # THREAD is broken
build_type: [RelWithDebInfo]
include:
- build_type: Release
Expand Down

0 comments on commit 69a4755

Please sign in to comment.