Skip to content

Commit 1caeac2

Browse files
committed
Improve clippy commands in CI
1 parent 2ca59a9 commit 1caeac2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,11 @@ jobs:
102102
cmd: check --all-features
103103

104104
- name: Clippy Default Features
105-
cmd: clippy
105+
cmd: clippy --all-targets -- -D warnings
106106
components: clippy
107107

108108
- name: Clippy All Features
109-
cmd: clippy --all-features
109+
cmd: clippy --all-features --all-targets -- -D warnings
110110
components: clippy
111111

112112
steps:

0 commit comments

Comments
 (0)