Skip to content

Commit

Permalink
Don't fail fast on mutants matrix (#297)
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Mar 1, 2024
2 parents a925173 + 1899507 commit 75a504c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test, release-binary]
strategy:
fail-fast: false # We want to get all the mutant failures
matrix:
shard: [0, 1, 2, 3, 4, 5, 6, 7]
test_tool: [cargo]
Expand Down

0 comments on commit 75a504c

Please sign in to comment.