From 1311bfa03f3510a3aec6b69ae085f21e8e4a1e5e Mon Sep 17 00:00:00 2001 From: Catalin Dumitru Date: Wed, 1 Sep 2021 15:01:29 +0300 Subject: [PATCH] Update clippy test command Added the option --all-targets to the command in the clippy test for clippy to also run on the integration tests. Signed-off-by: Catalin Dumitru --- .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 d600c7e..82bc6da 100644 --- a/.buildkite/test_description.json +++ b/.buildkite/test_description.json @@ -38,7 +38,7 @@ }, { "test_name": "clippy", - "command": "cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings", + "command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings", "platform": [ "x86_64", "aarch64"