mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
ci: drop check-warnings test
We already run `cargo build` with `RUSTFlAGS=-Dwarnings`, so also running `cargo check` with the same arguments, on the same architectures, and with the same rustflags gains us nothing. Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
@@ -80,15 +80,6 @@
|
||||
"riscv64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"test_name": "check-warnings",
|
||||
"command": "RUSTFLAGS=\"-D warnings\" cargo check --all-targets --all-features --workspace",
|
||||
"platform": [
|
||||
"x86_64",
|
||||
"aarch64",
|
||||
"riscv64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"test_name": "coverage",
|
||||
"command": "pytest $(find . -type f -name \"test_coverage.py\")",
|
||||
|
||||
Reference in New Issue
Block a user