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 e9a1206 commit 12e2eebCopy full SHA for 12e2eeb
.github/workflows/pull_request.yml
@@ -180,9 +180,9 @@ jobs:
180
- name: Swift Build
181
run: "swift build --build-tests --disable-sandbox"
182
- name: Swift Test (swift-testing)
183
- run: swift test --no-parallel --disable-xctest
+ run: swift test --disable-xctest
184
- name: Swift Test (XCTest)
185
- run: swift test --no-parallel --disable-experimental-swift-testing
+ run: swift test --disable-experimental-swift-testing
186
187
build-swift-android:
188
name: Sample SwiftJavaExtractJNISampleApp (Android) (${{ matrix.os_version }} swift:${{ matrix.swift_version }} jdk:${{matrix.jdk_vendor}} android:${{matrix.sdk_triple}})
0 commit comments