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.
2 parents 71387f5 + 4152680 commit 8c68b93Copy full SHA for 8c68b93
Makefile
@@ -33,10 +33,16 @@ 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 \
- && swift test --disable-automatic-resolution --sanitize=thread \
40
+ && swift test --disable-automatic-resolution \
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