diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fd251899..e95e0514 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,6 +115,8 @@ jobs: run: cargo test --features "default bindgen array" -- --nocapture - name: Install cargo-valgrind run: cargo install cargo-valgrind + - name: Stuff + run: cargo new foo && cargo build -p foo && valgrind --gen-suppressions=all --leak-check=full target/debug/foo # Rust 1.83 appears to leak memory when running unit tests, but it's hard to generate a suppressions file # - name: Run --lib tests under valgrind # run: cargo valgrind test --lib