-
Notifications
You must be signed in to change notification settings - Fork 148
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
chore: Add Linux testing action for RxSwift #951
Conversation
This still needs an xfail, but I wanted to verify it catches the failure. Is there a way to ask swift-ci for a Linux test? |
@swift-ci test |
it will only verify macOS. However, the post merge testing will verify Linux. @clackary can you verify this project builds with nightly main and release/6.0 docker images? |
39774fc
to
cac5acb
Compare
I have verified locally that both main and release/6.0 xfail on Linux due to swiftlang/swift#76039, so I expect that config to be fine.
As for macOS, it looks like RxSwift is passing on the main job and the release/6.0 job. |
@swift-ci test |
Pull Request Description
Adds an action to test RxSwift on Linux.
Acceptance Criteria
To be accepted into the Swift source compatibility test suite, a project must:
./project_precommit_check
script runEnsure project meets all listed requirements before submitting a pull request.