Skip to content

Commit a77efcf

Browse files
authored
ci: force install cargo-mutants from git
1 parent 16146ac commit a77efcf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,8 @@ jobs:
148148
toolchain: stable
149149
- uses: swatinem/rust-cache@v2
150150
- name: Install cargo-mutants from git
151-
run: cargo install --git https://github.com/sourcefrog/cargo-mutants cargo-mutants
151+
# Force install in case there's a slightly different version cached.
152+
run: cargo install --force --git https://github.com/sourcefrog/cargo-mutants cargo-mutants
152153
- name: Run mutant tests
153154
# Don't use the S3 features because they require AWS credentials for realistic
154155
# testing.

0 commit comments

Comments
 (0)