Skip to content

Commit f604eec

Browse files
committed
Disable TSan
1 parent 8ea0984 commit f604eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ run:
3535

3636
test: xcbeautify
3737
set -o pipefail \
38-
&& swift test --disable-automatic-resolution --sanitize=thread --no-parallel \
38+
&& swift test --disable-automatic-resolution --no-parallel \
3939
2>&1 | ./xcbeautify --renderer github-actions
4040

4141
test-query-performance: xcbeautify

0 commit comments

Comments
 (0)