Skip to content

Commit

Permalink
Don't wait for build to start mutants
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Nov 12, 2023
1 parent a0259fe commit a74fb4a
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 @@ -73,7 +73,7 @@ jobs:

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

0 comments on commit a74fb4a

Please sign in to comment.