We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0945d27 commit 4b1eb47Copy full SHA for 4b1eb47
.github/workflows/mutants.yaml
@@ -6,12 +6,8 @@ jobs:
6
cargo-mutants:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
10
- - uses: actions-rs/toolchain@v1
11
- with:
12
- toolchain: stable
13
- name: Install cargo-mutants
14
- uses: baptiste0928/cargo-install@v2.1.0
+ uses: baptiste0928/cargo-install@v2
15
with:
16
crate: cargo-mutants
17
- name: Run mutant tests
0 commit comments