Skip to content

Commit ef61b7d

Browse files
committed
Remove xcbeautify build dependency
1 parent 8dd7fa8 commit ef61b7d

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
@@ -36,12 +36,12 @@ build:
3636
run:
3737
swift run
3838

39-
test: xcbeautify
39+
test:
4040
set -o pipefail \
4141
&& swift test --disable-automatic-resolution --sanitize=thread \
4242
2>&1 | $(XCBEAUTIFY_BINARY) --renderer github-actions
4343

44-
test-query-performance: xcbeautify
44+
test-query-performance:
4545
set -o pipefail \
4646
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
4747
swift test --disable-automatic-resolution \

0 commit comments

Comments
 (0)