Skip to content

Commit 67275dc

Browse files
committed
update clippy command in ci.yml
1 parent 4af45d7 commit 67275dc

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
@@ -27,7 +27,7 @@ jobs:
2727
toolchain: stable
2828
components: clippy
2929
- name: clippy
30-
run: cargo clippy --all-features
30+
run: cargo clippy --all-targets --all-features
3131

3232
test:
3333
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)