We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac1c41f commit 941b361Copy full SHA for 941b361
justfile
@@ -55,5 +55,5 @@ valgrind:
55
echo "Checking for memory leaks..."
56
cargo clean
57
cargo build --tests --all-features
58
- find target/debug/deps -maxdepth 1 -type f -executable | xargs valgrind --leak-check=full --error-exitcode=1 --gen-suppressions=yes
+ find target/debug/deps -maxdepth 1 -type f -executable | xargs valgrind --leak-check=full --error-exitcode=1 --gen-suppressions=yes --show-error-list=yes
59
0 commit comments