Skip to content

Commit

Permalink
Try cargo-install action
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Aug 16, 2023
1 parent c6ff10b commit a8d54d6
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 @@ -11,7 +11,9 @@ jobs:
with:
toolchain: stable
- name: Install cargo-mutants
run: cargo install cargo-mutants
uses: baptiste0928/[email protected]
with:
crate: cargo-mutants
- name: Run mutant tests
run: cargo mutants -- --all-features
- name: Archive results
Expand Down

0 comments on commit a8d54d6

Please sign in to comment.