Skip to content

Commit def49ac

Browse files
committed
Revert "Temporarily disable TSAN"
This reverts commit 4152680.
1 parent fb329e2 commit def49ac

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

Makefile

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,10 @@ build:
3333
run:
3434
swift run
3535

36-
# sas 2024-09-07: temporarily disable TSAN, it's triggering on Linux again (not on macOS).
37-
# Probably related to the Swift 6 nightly image we're currently using.
3836
test: xcbeautify
3937
set -o pipefail \
40-
&& swift test --disable-automatic-resolution \
38+
&& swift test --disable-automatic-resolution --sanitize=thread \
4139
2>&1 | ./xcbeautify --renderer github-actions
42-
#test: xcbeautify
43-
# set -o pipefail \
44-
# && swift test --disable-automatic-resolution --sanitize=thread \
45-
# 2>&1 | ./xcbeautify --renderer github-actions
4640

4741
test-query-performance: xcbeautify
4842
set -o pipefail \

0 commit comments

Comments
 (0)