Skip to content

Commit

Permalink
Revert "Reorder test without zlib to the end"
Browse files Browse the repository at this point in the history
This reverts commit 8769362.
  • Loading branch information
link2xt committed Oct 8, 2024
1 parent 57425a6 commit 40790ed
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,6 +34,7 @@ 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 @@ -45,7 +46,6 @@ 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 40790ed

Please sign in to comment.