mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
fix: convert unittests-gnu to use cargo-all-features
Fixes: 6f7d3656a8 ("ci: convert build and test steps to use cargo-all-features")
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>
This commit is contained in:
@@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"test_name": "unittests-gnu",
|
"test_name": "unittests-gnu",
|
||||||
"command": "cargo test --all-features --workspace",
|
"command": "cargo all-features test --workspace",
|
||||||
"platform": [
|
"platform": [
|
||||||
"x86_64",
|
"x86_64",
|
||||||
"aarch64",
|
"aarch64",
|
||||||
|
|||||||
Reference in New Issue
Block a user