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 cc4dc6d commit 5cac88eCopy full SHA for 5cac88e
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions-rs/clippy-check@v1
20
with:
21
token: ${{ secrets.GITHUB_TOKEN }}
22
- args: --all-features
+ args: --features compression tokio-comp
23
build_and_test:
24
name: Build CI
25
runs-on: ubuntu-latest
0 commit comments