Skip to content

Commit f1b5e53

Browse files
committed
respect cargo-valgrind's Cargo.lock
1 parent c7a2613 commit f1b5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/valgrind.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- run: sudo apt-get install -y valgrind
3535
if: matrix.os == 'ubuntu-latest'
3636
- run: cargo install cargo-valgrind
37-
- name: run cargo valgrind
37+
- name: run cargo valgrind --locked
3838
run: |
3939
cargo valgrind test --all-targets --all-features
4040
- name: run cargo valgrind on doc tests

0 commit comments

Comments
 (0)