Skip to content

Commit 704cab9

Browse files
committed
ci(clippy): drop redundant arguments
--libs --benches and co are already implies by --all-targets. Signed-off-by: Patrick Roy <[email protected]>
1 parent 7c25d08 commit 704cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.buildkite/test_description.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
},
7070
{
7171
"test_name": "clippy",
72-
"command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
72+
"command": "cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
7373
"platform": [
7474
"x86_64",
7575
"aarch64",

0 commit comments

Comments
 (0)