We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f51da32 commit b332bacCopy full SHA for b332bac
.github/workflows/main.yml
@@ -93,3 +93,10 @@ jobs:
93
cargo +nightly update -Zminimal-versions
94
shell: bash
95
- run: cargo build
96
+ - run: cargo build --features zlib
97
+ - run: cargo build --features zlib --no-default-features
98
+ - run: cargo build --features zlib-default --no-default-features
99
+ - run: cargo build --features zlib-ng-compat --no-default-features
100
+ - run: cargo build --features zlib-ng --no-default-features
101
+ - run: cargo build --features zlib-rs --no-default-features
102
+ - run: cargo build --features cloudflare_zlib --no-default-features
0 commit comments