Use fail fast option in test matrix #1546
Labels
good first issue
Good for newcomers . Doesn't require extensive knowledge of the repo and package
maintenance
no releasenotes
tests
Previously there was a downstream check that all of the tests pass. However, this was removed which makes the tests stop if one of them fails. If we don't want this behavior, we can use the fail-fast option in matrix
Reference:
https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
Take on if we want the tests to run fully? @juanitorduz
The text was updated successfully, but these errors were encountered: