Skip to content

Commit 1d02fcc

Browse files
committed
ci: run clippy using cargo-all-features
Turns out any cargo subcommand can be ran like this, instead of just the ones documented on the cargo-all-features crates.io page. Signed-off-by: Patrick Roy <[email protected]>
1 parent 6f7d365 commit 1d02fcc

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 --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
76+
"command": "cargo all-features clippy --workspace --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
7777
"platform": [
7878
"x86_64",
7979
"aarch64",

0 commit comments

Comments
 (0)