We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb329e2 commit def49acCopy full SHA for def49ac
Makefile
@@ -33,16 +33,10 @@ build:
33
run:
34
swift run
35
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.
38
test: xcbeautify
39
set -o pipefail \
40
- && swift test --disable-automatic-resolution \
+ && swift test --disable-automatic-resolution --sanitize=thread \
41
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
46
47
test-query-performance: xcbeautify
48
0 commit comments