Skip to content

Commit 4b1eb47

Browse files
committed
Remove unneeded actions, update versions
1 parent 0945d27 commit 4b1eb47

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/mutants.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@ jobs:
66
cargo-mutants:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
10-
- uses: actions-rs/toolchain@v1
11-
with:
12-
toolchain: stable
139
- name: Install cargo-mutants
14-
uses: baptiste0928/cargo-install@v2.1.0
10+
uses: baptiste0928/cargo-install@v2
1511
with:
1612
crate: cargo-mutants
1713
- name: Run mutant tests

0 commit comments

Comments
 (0)