diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0f1a5ea519..5d7027d607 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v2 - run: cargo check --all-targets --no-default-features - - run: cargo test --all-features + - run: cargo test --features use-proj use-serde geo_postgis: name: geo-postgis @@ -77,8 +77,8 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v2 - - run: cargo check --all-targets --no-default-features - - run: cargo test --all-features + - run: cargo check --all-targets + - run: cargo test geo_fuzz: name: geo-fuzz