mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
Update clippy test command
Added the option --all-targets to the command in the clippy test for clippy to also run on the integration tests. Signed-off-by: Catalin Dumitru <catdum@amazon.com>
This commit is contained in:
committed by
Andreea Florescu
parent
d7ca3dc9f2
commit
1311bfa03f
@@ -38,7 +38,7 @@
|
||||
},
|
||||
{
|
||||
"test_name": "clippy",
|
||||
"command": "cargo clippy --workspace --bins --examples --benches --all-features -- -D warnings",
|
||||
"command": "cargo clippy --workspace --bins --examples --benches --all-features --all-targets -- -D warnings",
|
||||
"platform": [
|
||||
"x86_64",
|
||||
"aarch64"
|
||||
|
||||
Reference in New Issue
Block a user