mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
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:
committed by
Alexandra Iordache
parent
7e3f307bf0
commit
75d725459e
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user