Skip to content

Commit c6ff10b

Browse files
committed
Set the toolchain version
1 parent 657e5cd commit c6ff10b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mutants.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@ name: cargo-mutants
33
on: [pull_request, push]
44

55
jobs:
6-
mutation:
6+
cargo-mutants:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v2
1010
- uses: actions-rs/toolchain@v1
11+
with:
12+
toolchain: stable
1113
- name: Install cargo-mutants
1214
run: cargo install cargo-mutants
1315
- name: Run mutant tests

0 commit comments

Comments
 (0)