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 committed Dec 17, 2023
1 parent eee229b commit 531035c
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 @@ -75,7 +75,7 @@ jobs:

cargo-mutants:
runs-on: ubuntu-latest
# needs: [build, incremental-mutants]
needs: [build, pr-mutants]
steps:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
Expand Down

0 comments on commit 531035c

Please sign in to comment.