Merge pull request #255123 from alyssais/cloud-hypervisor-tests

cloud-hypervisor: run more tests

authored by Fabián Heredia Montiel and committed by GitHub 4fdb5e27 96556733

+5 -2
+5 -2
pkgs/applications/virtualization/cloud-hypervisor/default.nix
··· 34 34 35 35 OPENSSL_NO_VENDOR = true; 36 36 37 - # Integration tests require root. 38 - cargoTestFlags = [ "--bins" ]; 37 + cargoTestFlags = [ 38 + "--workspace" 39 + "--bins" "--lib" # Integration tests require root. 40 + "--exclude" "net_util" # Tries to access /dev/net/tun 41 + ]; 39 42 40 43 meta = with lib; { 41 44 homepage = "https://github.com/cloud-hypervisor/cloud-hypervisor";