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 8dd7fa8 commit ef61b7dCopy full SHA for ef61b7d
Makefile
@@ -36,12 +36,12 @@ build:
36
run:
37
swift run
38
39
-test: xcbeautify
+test:
40
set -o pipefail \
41
&& swift test --disable-automatic-resolution --sanitize=thread \
42
2>&1 | $(XCBEAUTIFY_BINARY) --renderer github-actions
43
44
-test-query-performance: xcbeautify
+test-query-performance:
45
46
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
47
swift test --disable-automatic-resolution \
0 commit comments