File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ jobs:
117
117
# (below) will have a new lint that we want to suppress.
118
118
# If we suppress (e.g. #![allow(clippy::arc_with_non_send_sync)]),
119
119
# we would get an unknown-lint error from older clippy versions.
120
- run : cargo clippy --locked --workspace -- -D warnings -A unknown-lints
120
+ run : cargo clippy --locked --workspace --all-targets -- -D warnings -A unknown-lints
121
121
122
122
clippy-nightly-optional :
123
123
name : Clippy nightly (optional)
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
components : clippy
134
134
- name : Check clippy
135
- run : cargo clippy --locked --workspace -- -D warnings
135
+ run : cargo clippy --locked --workspace --all-targets -- -D warnings
136
136
137
137
clang-tidy :
138
138
name : Clang Tidy
You can’t perform that action at this time.
0 commit comments