Skip to content

Commit 5a618ea

Browse files
committed
Fix path
1 parent ef61b7d commit 5a618ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ run:
3939
test:
4040
set -o pipefail \
4141
&& swift test --disable-automatic-resolution --sanitize=thread \
42-
2>&1 | $(XCBEAUTIFY_BINARY) --renderer github-actions
42+
2>&1 | ./$(XCBEAUTIFY_BINARY) --renderer github-actions
4343

4444
test-query-performance:
4545
set -o pipefail \
@@ -48,7 +48,7 @@ test-query-performance:
4848
--filter QueryPerformanceTests \
4949
2>&1 | tee test.log
5050
grep "ℹ️" test.log
51-
grep -v "\] Compiling" test.log | $(XCBEAUTIFY_BINARY) --renderer github-actions
51+
grep -v "\] Compiling" test.log | ./$(XCBEAUTIFY_BINARY) --renderer github-actions
5252

5353
test-fast:
5454
@echo Skipping image snapshot tests

0 commit comments

Comments
 (0)