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 94dc8c0 commit 728401aCopy full SHA for 728401a
.github/workflows/ci.yml
@@ -31,6 +31,9 @@ jobs:
31
- name: check tokio
32
run: cargo check --workspace --all-targets --no-default-features --features runtime-tokio
33
34
+ - name: check compress feature with tokio
35
+ run: cargo check --workspace --all-targets --no-default-features --features runtime-tokio,compress
36
+
37
- name: check async-std examples
38
working-directory: examples
39
run: cargo check --workspace --all-targets --no-default-features --features runtime-async-std
0 commit comments