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
Tests: Run packageInitExecutable test on all platforms for native build system (#8527)
### Motivation:
Increase code coverage for our integration tests.
This is an issue I introduced in #8454 while ignoring
`--build-system swiftbuild` issues on Windows (i.e., actually this
specific issue #8514). I accidentally skipped the packageInitExecutable
test for `--build-system native` as well (which should be green).
This PR fixes that.
### Modifications:
Swift Testing currently doesn't support combining *conditional traits*
(e.g.,`skipHostOS(.windows)`) with *parametric tests*. So the 2nd
best approach is to split the tests as I just did.
0 commit comments