From 24d66cdae63d4aa7f8de01b616c015b97604a116 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Mon, 15 Mar 2021 16:48:04 +0200 Subject: [PATCH] update clippy check We were not testing clippy for all features, the workspace, bins, and examples. Partially addresses: https://github.com/rust-vmm/rust-vmm-ci/issues/21 Signed-off-by: Andreea Florescu --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index de25a74..ed627f2 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -131,7 +131,7 @@ steps: - label: "clippy-x86" commands: - - cargo clippy --all -- -D warnings + - cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings retry: automatic: false agents: