Skip to content

Commit a6f87b5

Browse files
committed
chore: fix clippy command in ci.yml
1 parent 8f1e1fb commit a6f87b5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- name: Run cargo clippy
3434
uses: actions-rs/cargo@v1
3535
with:
36-
command: clippy --all-features
36+
command: clippy
37+
args: --all-features
3738

3839
fmt:
3940
name: Rustfmt check

0 commit comments

Comments
 (0)