We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c9236b commit ea79322Copy full SHA for ea79322
.github/workflows/main.yml
@@ -45,7 +45,8 @@ jobs:
45
- run: cargo test --features zlib-rs --no-default-features
46
if: matrix.build != 'mingw'
47
- run: cargo test --features cloudflare_zlib --no-default-features
48
- if: matrix.build != 'mingw'
+ # cloudflare doesn't seem to work on CI anymore for some reason, it's not reproducible locally.
49
+ if: matrix.build != 'mingw' && matrix.os != 'ubuntu-latest' && matrix.os != 'windows-2022'
50
- run: |
51
if ! cargo check --no-default-features 2>&1 | grep "You need to choose"; then
52
echo "expected message stating a zlib backend must be chosen"
0 commit comments