Skip to content

Commit b051e6a

Browse files
committed
Try cargo-install action
1 parent 3d792aa commit b051e6a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/mutants.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ jobs:
1111
with:
1212
toolchain: stable
1313
- name: Install cargo-mutants
14-
run: cargo install cargo-mutants
14+
uses: baptiste0928/[email protected]
15+
with:
16+
crate: cargo-mutants
1517
- name: Run mutant tests
1618
run: cargo mutants -- --all-features
1719
- name: Archive results

0 commit comments

Comments
 (0)