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 5cac88e commit a01c0caCopy full SHA for a01c0ca
.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: --features compression tokio-comp
+ args: --features compression,tokio-comp
23
build_and_test:
24
name: Build CI
25
runs-on: ubuntu-latest
0 commit comments