Skip to content

Commit

Permalink
Disable Valgrind for now
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Nov 28, 2024
1 parent 48933e8 commit 9a49e88
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,9 @@ jobs:
run: cargo test --features "default bindgen array" -- --nocapture
- name: Install cargo-valgrind
run: cargo install cargo-valgrind
- name: Run --lib tests under valgrind
run: cargo valgrind test --lib
# 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

gdal_static:
name: "ci gdal-static"
Expand Down

0 comments on commit 9a49e88

Please sign in to comment.