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 54d596e commit 58ec714Copy full SHA for 58ec714
Makefile
@@ -35,7 +35,7 @@ run:
35
36
test: xcbeautify
37
set -o pipefail \
38
- && swift test --disable-automatic-resolution \
+ && swift test --disable-automatic-resolution --sanitize=thread \
39
2>&1 | ./xcbeautify --renderer github-actions
40
41
test-query-performance:
0 commit comments