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 3115aea commit 54d596eCopy full SHA for 54d596e
Makefile
@@ -33,9 +33,10 @@ build:
33
run:
34
swift run
35
36
-test:
+test: xcbeautify
37
set -o pipefail \
38
- && swift test --disable-automatic-resolution
+ && swift test --disable-automatic-resolution \
39
+ 2>&1 | ./xcbeautify --renderer github-actions
40
41
test-query-performance:
42
@@ -51,8 +52,6 @@ test-fast:
51
52
@echo Running without --sanitize=thread
53
swift test --disable-automatic-resolution
54
-# Need to temporarily drop xcbeautify due to a compiler crash with Swift 6.1 nightlies:
55
-# https://github.com/swiftlang/swift/issues/80240
56
xcbeautify:
57
rm -rf .build/checkouts/xcbeautify
58
git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
0 commit comments