ci: makes relevant CI tests multi-platform #230
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
We should make sure
wdl
is always tested to work on all major platforms. To that end, I've updated the CI here to ensure that it always is. Some steps don't need to be run multi-platform, others clearly do, and then there are a few that are in-between (e.g., linting).In both the "definitely needs to be run on all platforms" and the "in-between" ones, I ended up just enabling multi-platform tests to be safe. For example, for linting, some lints may only show up when certain platform-based configuration options are available. This is only going to become more relevant as we add more platform-specific things (like the encoding of newlines for UNIX/Windows).
Before submitting this PR, please make sure:
changes (when appropriate).
CHANGELOG.md
(see"keep a changelog" for more information).