Skip to content

Commit 58ec714

Browse files
committed
Re-enable TSan
1 parent 54d596e commit 58ec714

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 \
38+
&& swift test --disable-automatic-resolution --sanitize=thread \
3939
2>&1 | ./xcbeautify --renderer github-actions
4040

4141
test-query-performance:

0 commit comments

Comments
 (0)