diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fb443e79..ae171cae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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"