Skip to content

Commit

Permalink
Set the toolchain version
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Jul 18, 2022
1 parent 657e5cd commit c6ff10b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/mutants.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: cargo-mutants
on: [pull_request, push]

jobs:
mutation:
cargo-mutants:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- name: Install cargo-mutants
run: cargo install cargo-mutants
- name: Run mutant tests
Expand Down

0 comments on commit c6ff10b

Please sign in to comment.