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 2ca59a9 commit 1caeac2Copy full SHA for 1caeac2
1 file changed
.github/workflows/ci.yml
@@ -102,11 +102,11 @@ jobs:
102
cmd: check --all-features
103
104
- name: Clippy Default Features
105
- cmd: clippy
+ cmd: clippy --all-targets -- -D warnings
106
components: clippy
107
108
- name: Clippy All Features
109
- cmd: clippy --all-features
+ cmd: clippy --all-features --all-targets -- -D warnings
110
111
112
steps:
0 commit comments