Skip to content

Commit

Permalink
Run full mutants after PR mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog authored Jun 12, 2024
1 parent d30c7ec commit d92a1f3
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 @@ -172,7 +172,7 @@ jobs:

cargo-mutants:
runs-on: ubuntu-latest
needs: [test, release-binary]
needs: [test, release-binary, pr-mutants]
strategy:
fail-fast: false # We want to get all the mutant failures
matrix:
Expand Down

0 comments on commit d92a1f3

Please sign in to comment.