Skip to content

Commit 9d8a84f

Browse files
committed
Only run swift build
1 parent f2b935e commit 9d8a84f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ jobs:
88
tests:
99
name: Test
1010
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
11+
with:
12+
linux_build_command: "swift build"
13+
windows_build_command: "swift build"
1114
soundness:
1215
name: Soundness
1316
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)