Skip to content

Commit 9fbd9f5

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 af7504b commit 9fbd9f5

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
@@ -73,7 +73,7 @@
7373
},
7474
{
7575
"test_name": "clippy",
76-
"command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
76+
"command": "cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
7777
"platform": [
7878
"x86_64",
7979
"aarch64",

0 commit comments

Comments
 (0)