Skip to content

Commit 1729467

Browse files
committed
cargo valgrind: all targets and tests
1 parent c61663b commit 1729467

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/valgrind.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,7 @@ jobs:
3535
- run: cargo install cargo-valgrind
3636
- name: run cargo valgrind
3737
run: |
38-
cargo valgrind test --all-features
38+
cargo valgrind test --all-targets --all-features
39+
- name: run cargo valgrind on doc tests
40+
run: |
41+
cargo valgrind test --doc --all-features

0 commit comments

Comments
 (0)