Skip to content

Commit a01c0ca

Browse files
committed
fix: typo
1 parent 5cac88e commit a01c0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions-rs/clippy-check@v1
2020
with:
2121
token: ${{ secrets.GITHUB_TOKEN }}
22-
args: --features compression tokio-comp
22+
args: --features compression,tokio-comp
2323
build_and_test:
2424
name: Build CI
2525
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)