We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16146ac commit a77efcfCopy full SHA for a77efcf
.github/workflows/rust.yml
@@ -148,7 +148,8 @@ jobs:
148
toolchain: stable
149
- uses: swatinem/rust-cache@v2
150
- name: Install cargo-mutants from git
151
- run: cargo install --git https://github.com/sourcefrog/cargo-mutants cargo-mutants
+ # 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
153
- name: Run mutant tests
154
# Don't use the S3 features because they require AWS credentials for realistic
155
# testing.
0 commit comments