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