summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorDaniel Fullmer <danielrf12@gmail.com>2020-06-13 23:57:52 -0400
committerDaniel Fullmer <danielrf12@gmail.com>2020-07-06 12:09:37 -0700
commitee43e2f1eacfaf9bfc179b4f0f9445fee480928c (patch)
treeec258f73ebf0b7264648fbe2f1045b449659bacd /nixos/tests/all-tests.nix
parentfec163d21ca7b8ff5369428037406f23d9a19bdb (diff)
downloadnixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar.gz
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar.bz2
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar.lz
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar.xz
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.tar.zst
nixpkgs-ee43e2f1eacfaf9bfc179b4f0f9445fee480928c.zip
nixos/systemd-boot: run test on aarch64
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e13a5ee57f6..4eb6849cfc6 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -323,7 +323,7 @@ in
   systemd = handleTest ./systemd.nix {};
   systemd-analyze = handleTest ./systemd-analyze.nix {};
   systemd-binfmt = handleTestOn ["x86_64-linux"] ./systemd-binfmt.nix {};
-  systemd-boot = handleTestOn ["x86_64-linux"] ./systemd-boot.nix {};
+  systemd-boot = handleTest ./systemd-boot.nix {};
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-vrf = handleTest ./systemd-networkd-vrf.nix {};