From 1d02fcc49a2ff926eca7071594013fc6f1a03138 Mon Sep 17 00:00:00 2001 From: Patrick Roy Date: Wed, 1 Oct 2025 10:03:47 +0100 Subject: [PATCH] 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 --- .buildkite/test_description.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/test_description.json b/.buildkite/test_description.json index b33f50b..153352c 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -73,7 +73,7 @@ }, { "test_name": "clippy", - "command": "cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks", + "command": "cargo all-features clippy --workspace --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks", "platform": [ "x86_64", "aarch64",