Skip to content

Commit 232cb96

Browse files
committed
Add coverage for Windows on ARM testing
1 parent dc3aecc commit 232cb96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ jobs:
3636
macos_build_command:
3737
swift test &&
3838
/usr/bin/xcrun xcodebuild -workspace . -scheme SwiftBuild-Package -destination generic/platform=iOS
39+
tests_without_docker:
40+
name: Test without Docker
41+
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
42+
needs: [soundness, space-format-check]
43+
with:
44+
enable_linux_checks: false
45+
windows_os_versions: '["windows-2022", "windows-11-arm"]'
3946
cmake-smoke-test:
4047
name: cmake-smoke-test
4148
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@0.0.1

0 commit comments

Comments
 (0)