Skip to content

Commit 728401a

Browse files
committed
ci: check "compress" feature with tokio
1 parent 94dc8c0 commit 728401a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
- name: check tokio
3232
run: cargo check --workspace --all-targets --no-default-features --features runtime-tokio
3333

34+
- name: check compress feature with tokio
35+
run: cargo check --workspace --all-targets --no-default-features --features runtime-tokio,compress
36+
3437
- name: check async-std examples
3538
working-directory: examples
3639
run: cargo check --workspace --all-targets --no-default-features --features runtime-async-std

0 commit comments

Comments
 (0)