Skip to content

Commit 54d596e

Browse files
committed
Re-enable xcbeautify
1 parent 3115aea commit 54d596e

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,10 @@ build:
3333
run:
3434
swift run
3535

36-
test:
36+
test: xcbeautify
3737
set -o pipefail \
38-
&& swift test --disable-automatic-resolution
38+
&& swift test --disable-automatic-resolution \
39+
2>&1 | ./xcbeautify --renderer github-actions
3940

4041
test-query-performance:
4142
set -o pipefail \
@@ -51,8 +52,6 @@ test-fast:
5152
@echo Running without --sanitize=thread
5253
swift test --disable-automatic-resolution
5354

54-
# Need to temporarily drop xcbeautify due to a compiler crash with Swift 6.1 nightlies:
55-
# https://github.com/swiftlang/swift/issues/80240
5655
xcbeautify:
5756
rm -rf .build/checkouts/xcbeautify
5857
git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify

0 commit comments

Comments
 (0)