Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 28, 2024
1 parent 9a49e88 commit 3fb2f07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb2f07

Please sign in to comment.