nixos/release-small: also gate on simpleUefiSystemdBoot test on x86_64

We're building it anyway, might as well
This commit is contained in:
K900 2024-09-06 11:27:13 +03:00
parent 48e581e879
commit cc6e93a617

View File

@ -103,7 +103,6 @@ in rec {
"nixpkgs.tarball"
"nixpkgs.release-checks"
]
(onSystems [ "aarch64-linux" ] "nixos.tests.installer.simpleUefiSystemdBoot")
(map (onSystems [ "x86_64-linux" ]) [
"nixos.tests.installer.lvm"
"nixos.tests.installer.separateBoot"
@ -117,6 +116,7 @@ in rec {
"nixos.tests.containers-ip"
"nixos.tests.firewall"
"nixos.tests.ipv6"
"nixos.tests.installer.simpleUefiSystemdBoot"
"nixos.tests.login"
"nixos.tests.misc"
"nixos.tests.nat.firewall"