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 15631ea commit b7bf2e2Copy full SHA for b7bf2e2
Makefile
@@ -38,14 +38,14 @@ test: xcbeautify
38
&& swift test --disable-automatic-resolution \
39
2>&1 | ./xcbeautify --renderer github-actions
40
41
-test-query-performance:
+test-query-performance: xcbeautify
42
set -o pipefail \
43
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
44
swift test --disable-automatic-resolution \
45
--filter QueryPerformanceTests \
46
2>&1 | tee test.log
47
grep "ℹ️" test.log
48
- grep -v "\] Compiling" test.log
+ grep -v "\] Compiling" test.log | ./xcbeautify --renderer github-actions
49
50
test-fast:
51
@echo Skipping image snapshot tests
0 commit comments