You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR makes the `--parallel` flag on the swift-test subtool invertible
with a "no" prefix.
We want swift-testing to default to enabling parallelization, but we
don't want to break XCTest (which for historical reasons strongly
prefers serial testing.) Deprecating `--parallel` and replacing it with
`--{enable,disable}-parallelism` or similar seems a bit heavy-handed.
Swift Argument Parser gives us the option to use a "no" prefix instead
which means that the existing `--parallel` option will continue to work
as intended.
Support for `--no-parallel` in swift-testing is here:
swiftlang/swift-testing#174
0 commit comments