File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -33,26 +33,25 @@ build:
3333run :
3434 swift run
3535
36- test :
36+ test : xcbeautify
3737 set -o pipefail \
38- && swift test --disable-automatic-resolution --sanitize=thread
38+ && swift test --disable-automatic-resolution --sanitize=thread \
39+ 2>&1 | ./xcbeautify --renderer github-actions
3940
40- test-query-performance :
41+ test-query-performance : xcbeautify
4142 set -o pipefail \
4243 && env RUN_QUERY_PERFORMANCE_TESTS=true \
4344 swift test --disable-automatic-resolution \
4445 --filter QueryPerformanceTests \
4546 2>&1 | tee test.log
4647 grep " ℹ️" test.log
47- grep -v " \] Compiling" test.log
48+ grep -v " \] Compiling" test.log | ./xcbeautify --renderer github-actions
4849
4950test-fast :
5051 @echo Skipping image snapshot tests
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
5655xcbeautify :
5756 rm -rf .build/checkouts/xcbeautify
5857 git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
You can’t perform that action at this time.
0 commit comments