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: