Skip to content

Commit

Permalink
Try cargo install --locked
Browse files Browse the repository at this point in the history
  • Loading branch information
gpmayorga authored Nov 8, 2023
1 parent 8a9f774 commit eed117c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanity-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
if ${{ contains(matrix.target, 'test' ) }}; then
echo "---- GENERATE CODE COVERAGE ----"
echo "# Install Tarpaulin"
cargo install cargo-tarpaulin
cargo install --locked cargo-tarpaulin
# make Cargo.toml
echo "Generate code coverage for ${{ matrix.target }}"
cargo +nightly tarpaulin --verbose --no-fail-fast --workspace --timeout 300 --out Xml
Expand Down

0 comments on commit eed117c

Please sign in to comment.