mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
cloud-hypervisor: run more tests
This commit is contained in:
parent
ae96e79571
commit
4afa887b8a
@ -34,8 +34,11 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
OPENSSL_NO_VENDOR = true;
|
||||
|
||||
# Integration tests require root.
|
||||
cargoTestFlags = [ "--bins" ];
|
||||
cargoTestFlags = [
|
||||
"--workspace"
|
||||
"--bins" "--lib" # Integration tests require root.
|
||||
"--exclude" "net_util" # Tries to access /dev/net/tun
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";
|
||||
|
Loading…
Reference in New Issue
Block a user