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:
Viresh Kumar
2023-04-04 15:11:53 +05:30
committed by Andreea Florescu
parent 7ffe41abf0
commit 3640704b02

View File

@@ -71,7 +71,10 @@
},
{
"test_name": "cargo-audit",
"command": "cargo audit -q --deny warnings"
"command": "cargo audit -q --deny warnings",
"platform": [
"x86_64"
]
}
]
}