mirror of
https://github.com/rust-vmm/vhost-device.git
synced 2025-12-31 11:29:37 +00:00
staging/tests: make the build blocking for CI
In some cases, we don't realize that changes can break crates in `staging` because CI is not blocking. Let's make sure that at least the build of crates in `staging` is blocking, while the rest (clippy, coverage, musl, etc.) remain non-blocking for CI. Suggested-by: Erik Schilling <erik.schilling@linaro.org> Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>
This commit is contained in:
parent
b0a7a8b093
commit
323499a99b
@ -3,7 +3,7 @@
|
||||
{
|
||||
"test_name": "staging: build-gnu",
|
||||
"command": "cd staging && RUSTFLAGS=\"-D warnings\" cargo build --release",
|
||||
"soft_fail": "true",
|
||||
"soft_fail": "false",
|
||||
"platform": [
|
||||
"x86_64",
|
||||
"aarch64"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user