Skip to content

Commit

Permalink
Re-enable TSAN
Browse files Browse the repository at this point in the history
  • Loading branch information
finestructure committed Jul 3, 2023
1 parent 7cc52c0 commit 4b4c8f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ run:

test: xcbeautify
set -o pipefail \
&& swift test --disable-automatic-resolution \
&& swift test --disable-automatic-resolution --sanitize=thread \
2>&1 | ./xcbeautify

test-query-performance: xcbeautify
Expand Down

0 comments on commit 4b4c8f3

Please sign in to comment.