Skip to content

Commit 0f1ae52

Browse files
committed
force regenerate lock file for test
1 parent 3dfa121 commit 0f1ae52

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/rust.yml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ jobs:
7878
~/.cargo/git/db/
7979
target/
8080
key: cargo-test-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}-${{ steps.toolchain.outputs.cachekey }}
81+
- name: Force regenerate lockfile
82+
run: rm -f Cargo.lock && cargo generate-lockfile
8183
- name: Generate code coverage
8284
run: cargo +nightly llvm-cov --locked --workspace --codecov --output-path lcov.info
8385
- name: Upload coverage to Codecov

0 commit comments

Comments
 (0)