Skip to content

Commit 6e3383a

Browse files
fix(ci): force cargo-binstall to install tarpaulin binary
Stale metadata in ~/.cargo/.crates.toml on the Mac Mini runner caused binstall to skip installation, reporting "already installed" while the binary only existed at the mise shims path. Adding --force ensures the binary is always placed in ~/.cargo/bin/ where cargo can find it. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ae740af commit 6e3383a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- uses: cargo-bins/cargo-binstall@main
211211

212212
- name: Install cargo-tarpaulin
213-
run: cargo binstall --no-confirm cargo-tarpaulin
213+
run: cargo binstall --no-confirm --force cargo-tarpaulin
214214

215215
- name: Run Rust tests with coverage
216216
run: |

0 commit comments

Comments
 (0)