summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--nixos/release-combined.nix5
1 files changed, 4 insertions, 1 deletions
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)