Skip to content

Commit

Permalink
Reorder test without zlib to the end
Browse files Browse the repository at this point in the history
  • Loading branch information
link2xt committed Oct 7, 2024
1 parent 8599909 commit 8769362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"
Expand Down

0 comments on commit 8769362

Please sign in to comment.