about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAnthony Roussel <anthony@roussel.dev>2024-04-06 23:41:28 +0200
committerAnthony Roussel <anthony@roussel.dev>2024-04-07 20:29:21 +0200
commitb0f78fba37123df5c047ef1c682cd9da346318f2 (patch)
tree94013f5262496c11041fe2a2b792b472f202f969 /nixos/tests/all-tests.nix
parent274e6aa01f2c2266e1cd8debdb82863cd83e2ff7 (diff)
nixosTests.oddjobd: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index c5af2ce1fccbc..20c7edbd26786 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -652,6 +652,7 @@ in {
   nzbget = handleTest ./nzbget.nix {};
   nzbhydra2 = handleTest ./nzbhydra2.nix {};
   ocis = handleTest ./ocis.nix {};
+  oddjobd = handleTestOn [ "x86_64-linux" "aarch64-linux" ] ./oddjobd.nix {};
   oh-my-zsh = handleTest ./oh-my-zsh.nix {};
   ollama = handleTest ./ollama.nix {};
   ombi = handleTest ./ombi.nix {};