Skip to content

Commit b332bac

Browse files
authored
Run msrv with different features
1 parent f51da32 commit b332bac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,10 @@ jobs:
9393
cargo +nightly update -Zminimal-versions
9494
shell: bash
9595
- 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

Comments
 (0)