Skip to content

Commit 941b361

Browse files
committed
build: Valgrind: Show error list
1 parent ac1c41f commit 941b361

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

justfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ valgrind:
5555
echo "Checking for memory leaks..."
5656
cargo clean
5757
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
58+
find target/debug/deps -maxdepth 1 -type f -executable | xargs valgrind --leak-check=full --error-exitcode=1 --gen-suppressions=yes --show-error-list=yes
5959

0 commit comments

Comments
 (0)