From e436d9fd9df359554f28088816aaa7d8b7b9d990 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Sun, 17 Oct 2021 15:52:33 +0300 Subject: [PATCH] Don't test proj-network on CI --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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