From 8769362f171efb6bc8019a144f4bb8dba9346a0d Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 7 Oct 2024 16:37:36 +0000 Subject: [PATCH] Reorder test without zlib to the end --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e3fc98a4..7c74e60c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,7 +34,6 @@ jobs: shell: bash - run: cargo build - run: rustdoc --test README.md -L target/debug/deps --extern flate2=target/debug/libflate2.rlib --edition=2018 - - run: cargo test - run: cargo test --features zlib - run: cargo test --features zlib --no-default-features - run: cargo test --features zlib-default --no-default-features @@ -46,6 +45,7 @@ jobs: if: matrix.build != 'mingw' - run: cargo test --features cloudflare_zlib --no-default-features if: matrix.build != 'mingw' + - run: cargo test - run: | if ! cargo check --no-default-features 2>&1 | grep "You need to choose"; then echo "expected message stating a zlib backend must be chosen"