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 ef61b7d commit 5a618eaCopy full SHA for 5a618ea
Makefile
@@ -39,7 +39,7 @@ run:
39
test:
40
set -o pipefail \
41
&& swift test --disable-automatic-resolution --sanitize=thread \
42
- 2>&1 | $(XCBEAUTIFY_BINARY) --renderer github-actions
+ 2>&1 | ./$(XCBEAUTIFY_BINARY) --renderer github-actions
43
44
test-query-performance:
45
@@ -48,7 +48,7 @@ test-query-performance:
48
--filter QueryPerformanceTests \
49
2>&1 | tee test.log
50
grep "ℹ️" test.log
51
- grep -v "\] Compiling" test.log | $(XCBEAUTIFY_BINARY) --renderer github-actions
+ grep -v "\] Compiling" test.log | ./$(XCBEAUTIFY_BINARY) --renderer github-actions
52
53
test-fast:
54
@echo Skipping image snapshot tests
0 commit comments