Skip to content

Commit

Permalink
Move fail-fast to avoid duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Mar 1, 2024
1 parent bc76639 commit f038e30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +134,10 @@ jobs:
runs-on: ubuntu-latest
needs: [test, release-binary]
strategy:
fail-fast: false # it's useful to see all the missed mutants
matrix:
shard: [0, 1, 2, 3, 4, 5, 6, 7]
test_tool: [cargo]
fail-fast: false # it's useful to see all the missed mutants
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit f038e30

Please sign in to comment.