mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
ci: run clippy using cargo-all-features
Turns out any cargo subcommand can be ran like this, instead of just the ones documented on the cargo-all-features crates.io page. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
},
|
||||
{
|
||||
"test_name": "clippy",
|
||||
"command": "cargo clippy --workspace --all-features --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
|
||||
"command": "cargo all-features clippy --workspace --all-targets -- -D warnings -D clippy::undocumented_unsafe_blocks",
|
||||
"platform": [
|
||||
"x86_64",
|
||||
"aarch64",
|
||||
|
||||
Reference in New Issue
Block a user