File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed
Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 5454 - uses : actions/checkout@v4
5555 - name : Swift Version
5656 run : xcrun swift --version
57- - name : Install xcbeautify
58- run : brew install xcbeautify --quiet
57+ - name : Brew install tools
58+ run : brew install xcbeautify jemalloc --quiet
5959 - name : Run Tests
6060 run : |
61- set -o pipefail && \
62- xcodebuild test \
63- -scheme BinaryParseKit \
64- -destination 'platform=macOS' \
65- -skipMacroValidation | xcbeautify --renderer github-actions
66-
67- # https://github.com/swiftlang/swift-package-manager/issues/9163
68- # set -o pipefail && xcrun swift test -c debug --enable-code-coverage --xunit-output $TEST_RESULTS_DIR/xunit.xml 2>&1 | xcbeautify --renderer github-actions
61+ set -o pipefail && xcrun swift test --enable-experimental-prebuilts | xcbeautify --renderer github-actions
You can’t perform that action at this time.
0 commit comments