-
Notifications
You must be signed in to change notification settings - Fork 133
Add coverage for Windows on ARM testing #954
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add coverage for Windows on ARM testing #954
Conversation
232cb96 to
34f03cd
Compare
|
One test failed, filed #955 for that. The other issues are due to a GitHub workflows bug which is fixed by swiftlang/github-workflows#200. |
|
Please apply a similar PR to swift-package-manager repository :) |
Will do! |
34f03cd to
10a4a1a
Compare
10a4a1a to
2f1d5fa
Compare
2f1d5fa to
0980333
Compare
|
@swift-ci test |
| enable_windows_docker: false | ||
| windows_pre_build_command: 'Invoke-Program .\.github\scripts\prebuild.ps1' | ||
| windows_swift_versions: '["nightly-main", "nightly-6.2"]' | ||
| windows_build_command: 'Invoke-Program swift test --no-parallel' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
question: why are we executing tests serially?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was copy-pasted from the other workflow above -- parallelism was turned off some time ago because it caused problems. We should revisit that sometime.
No description provided.