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 d7cde2f commit 5177bf2Copy full SHA for 5177bf2
.github/workflows/pull_request.yml
@@ -19,6 +19,8 @@ jobs:
19
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
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@main
0 commit comments