build: Test all features with valgrind
This commit is contained in:
parent
070f20ae17
commit
0dc8675409
1 changed files with 1 additions and 1 deletions
2
justfile
2
justfile
|
@ -54,6 +54,6 @@ lint:
|
|||
valgrind:
|
||||
echo "Checking for memory leaks..."
|
||||
cargo clean
|
||||
cargo build --tests
|
||||
cargo build --tests --all-features
|
||||
find target/debug/deps -maxdepth 1 -type f -executable | xargs valgrind --leak-check=full --error-exitcode=1 --gen-suppressions=yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue