From 75d725459e3ccc1d3a6ae1fe8a91c380af42d73e Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Tue, 21 Jul 2020 09:46:41 +0300 Subject: [PATCH] run cargo check on all features Warnings should be checked by custom pipelines. The common pipeline should check warnings on all features instead. Signed-off-by: Andreea Florescu --- .buildkite/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 8afd9e5..7fa07ee 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -136,7 +136,7 @@ steps: - label: "check-warnings-x86" commands: - - RUSTFLAGS="-D warnings" cargo check --all-targets + - RUSTFLAGS="-D warnings" cargo check --all-targets --all-features retry: automatic: false agents: @@ -150,7 +150,7 @@ steps: - label: "check-warnings-arm" command: - - RUSTFLAGS="-D warnings" cargo check --all-targets + - RUSTFLAGS="-D warnings" cargo check --all-targets --all-features retry: automatic: false agents: