Skip to content

Commit 0abc760

Browse files
committed
Fix CI
1 parent 9c22cc4 commit 0abc760

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -54,15 +54,8 @@ jobs:
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

0 commit comments

Comments
 (0)