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 ca0480b commit 462b9cbCopy full SHA for 462b9cb
.github/workflows/pull_request.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.2
20
with:
21
enable_wasm_sdk_build: true
22
+ linux_build_command: "swift test --explicit-target-dependency-import-check error"
23
+ windows_build_command: "Invoke-Program swift test --explicit-target-dependency-import-check error"
24
soundness:
25
name: Soundness
26
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@0.0.2
0 commit comments