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 <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2020-07-21 09:46:41 +03:00
committed by Alexandra Iordache
parent 7e3f307bf0
commit 75d725459e

View File

@@ -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: