Skip to content

Commit

Permalink
Don't test proj-network on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lnicola committed Oct 18, 2021
1 parent 533f865 commit 6188cef
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- run: cargo check --all-targets --no-default-features
- run: cargo test --all-features
# we don't want to test `proj-network` because it only enables the `proj` feature
- run: cargo test --features use-proj use-serde

geo_postgis:
name: geo-postgis
Expand All @@ -77,8 +78,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
Expand Down

0 comments on commit 6188cef

Please sign in to comment.