Skip to content

Commit

Permalink
Merge branch 'georust:master' into ds-capabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Atreyagaurav authored Nov 28, 2024
2 parents 262c9fe + 6d93482 commit c7fa174
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 c7fa174

Please sign in to comment.