Merge pull request #255123 from alyssais/cloud-hypervisor-tests
cloud-hypervisor: run more tests
This commit is contained in:
commit
4fdb5e275d
@ -34,8 +34,11 @@ rustPlatform.buildRustPackage rec {
|
|||||||
|
|
||||||
OPENSSL_NO_VENDOR = true;
|
OPENSSL_NO_VENDOR = true;
|
||||||
|
|
||||||
# Integration tests require root.
|
cargoTestFlags = [
|
||||||
cargoTestFlags = [ "--bins" ];
|
"--workspace"
|
||||||
|
"--bins" "--lib" # Integration tests require root.
|
||||||
|
"--exclude" "net_util" # Tries to access /dev/net/tun
|
||||||
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
|
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
|
||||||
|
Loading…
Reference in New Issue
Block a user