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 17, 2021
1 parent ea8a053 commit e436d9f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e436d9f

Please sign in to comment.