diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 125e6b7050bc..e12da703f8d7 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -114,6 +114,7 @@ in rec { (all nixos.tests.sddm.default) (all nixos.tests.simple) (all nixos.tests.slim) + (all nixos.tests.switchTest) (all nixos.tests.udisks2) (all nixos.tests.xfce) diff --git a/nixos/release.nix b/nixos/release.nix index 28eb76d888e4..cad3f96828a1 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -327,6 +327,7 @@ in rec { tests.slim = callTest tests/slim.nix {}; tests.smokeping = callTest tests/smokeping.nix {}; tests.snapper = callTest tests/snapper.nix {}; + tests.switchTest = callTest tests/switch-test.nix {}; tests.taskserver = callTest tests/taskserver.nix {}; tests.tomcat = callTest tests/tomcat.nix {}; tests.udisks2 = callTest tests/udisks2.nix {};