Skip to content

Commit

Permalink
Enable driver_sqlite on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 16, 2024
1 parent 60b67c3 commit ccbf485
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,6 @@ jobs:
if: runner.os != 'Windows'
# we use cargo test --no-run here because
# tests do not pass due to missing libgeos but we want to have a complete build (including linking)
run: cargo test --features "gdal-sys/bundled gdal-src" --no-run
run: cargo test --features "gdal-sys/bundled gdal-src gdal-src/driver_sqlite" --no-run
- name: Test bundled (all features)
run: cargo test --features "gdal-sys/bundled gdal-src gdal-src/all_drivers gdal-src/geos_static"

0 comments on commit ccbf485

Please sign in to comment.