mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2026-01-06 18:58:31 +00:00
buildkit: add unittests-gnu-no-defaults
We should probably defend this build mode. Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
This commit is contained in:
parent
e6caab8bb0
commit
d8c09b511e
@ -31,6 +31,15 @@
|
||||
"aarch64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"test_name": "staging: unittests-gnu-no-defaults",
|
||||
"command": "cd staging && cargo test --no-default-features --workspace",
|
||||
"soft_fail": "true",
|
||||
"platform": [
|
||||
"x86_64",
|
||||
"aarch64"
|
||||
]
|
||||
},
|
||||
{
|
||||
"test_name": "staging: unittests-musl",
|
||||
"command": "cd staging && cargo test --all-features --workspace --target {target_platform}-unknown-linux-musl",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user