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 c7a2613 commit f1b5e53Copy full SHA for f1b5e53
.github/workflows/valgrind.yml
@@ -34,7 +34,7 @@ jobs:
34
- run: sudo apt-get install -y valgrind
35
if: matrix.os == 'ubuntu-latest'
36
- run: cargo install cargo-valgrind
37
- - name: run cargo valgrind
+ - name: run cargo valgrind --locked
38
run: |
39
cargo valgrind test --all-targets --all-features
40
- name: run cargo valgrind on doc tests
0 commit comments