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 01e9ede
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
# There's a possible leak in Rust 1.83 and generating suppressions on CI is hard
# - name: Run --lib tests under valgrind
# run: cargo valgrind test --lib

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

0 comments on commit 01e9ede

Please sign in to comment.