update clippy check

We were not testing clippy for all features, the workspace, bins, and
examples.

Partially addresses: https://github.com/rust-vmm/rust-vmm-ci/issues/21

Signed-off-by: Andreea Florescu <fandree@amazon.com>
This commit is contained in:
Andreea Florescu
2021-03-15 16:48:04 +02:00
committed by Alexandra Iordache
parent ebc701641f
commit 24d66cdae6

View File

@@ -131,7 +131,7 @@ steps:
- label: "clippy-x86"
commands:
- cargo clippy --all -- -D warnings
- cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings
retry:
automatic: false
agents: