mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
Cargo audit is missing for arm platforms
Lets run it only for x86 for the moment. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
This commit is contained in:
committed by
Andreea Florescu
parent
7ffe41abf0
commit
3640704b02
@@ -71,7 +71,10 @@
|
||||
},
|
||||
{
|
||||
"test_name": "cargo-audit",
|
||||
"command": "cargo audit -q --deny warnings"
|
||||
"command": "cargo audit -q --deny warnings",
|
||||
"platform": [
|
||||
"x86_64"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user