File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -33,25 +33,26 @@ build:
33
33
run :
34
34
swift run
35
35
36
- test : xcbeautify
36
+ test :
37
37
set -o pipefail \
38
- && swift test --disable-automatic-resolution \
39
- 2>&1 | ./xcbeautify --renderer github-actions
38
+ && swift test --disable-automatic-resolution
40
39
41
- test-query-performance : xcbeautify
40
+ test-query-performance :
42
41
set -o pipefail \
43
42
&& env RUN_QUERY_PERFORMANCE_TESTS=true \
44
43
swift test --disable-automatic-resolution \
45
44
--filter QueryPerformanceTests \
46
45
2>&1 | tee test.log
47
46
grep " ℹ️" test.log
48
- grep -v " \] Compiling" test.log | ./xcbeautify --renderer github-actions
47
+ grep -v " \] Compiling" test.log
49
48
50
49
test-fast :
51
50
@echo Skipping image snapshot tests
52
51
@echo Running without --sanitize=thread
53
52
swift test --disable-automatic-resolution
54
53
54
+ # Need to temporarily drop xcbeautify due to a compiler crash with Swift 6.1 nightlies:
55
+ # https://github.com/swiftlang/swift/issues/80240
55
56
xcbeautify :
56
57
rm -rf .build/checkouts/xcbeautify
57
58
git clone https://github.com/cpisciotta/xcbeautify.git .build/checkouts/xcbeautify
You can’t perform that action at this time.
0 commit comments