From 50efa1979d86a852bbc713f624ca9897fd22e65d Mon Sep 17 00:00:00 2001 From: Uli Baum Date: Fri, 11 May 2018 00:47:43 +0200 Subject: [PATCH] nixos/release-combined.nix: fix eval of tested job bug introduced by f8d047da50dbc7d012a8d322b4d5e5a0b639733c --- nixos/release-combined.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index deb28835968d..989764874c48 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -115,7 +115,10 @@ in rec { (all nixos.tests.nfs4) (all nixos.tests.openssh) (all nixos.tests.php-pcre) - (all nixos.tests.predictable-interface-names) + (all nixos.tests.predictable-interface-names.predictable) + (all nixos.tests.predictable-interface-names.unpredictable) + (all nixos.tests.predictable-interface-names.predictableNetworkd) + (all nixos.tests.predictable-interface-names.unpredictableNetworkd) (all nixos.tests.printing) (all nixos.tests.proxy) (all nixos.tests.sddm.default)