about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorKonrad Borowski <konrad@borowski.pw>2019-10-09 13:32:03 +0200
committerzimbatm <zimbatm@zimbatm.com>2019-10-09 11:32:03 +0000
commit7e1e1386066c25986402c19c849b7c6f91ff657d (patch)
treef3497ef6b5b944b4c506beaa687ecc637d64e7f6 /nixos/tests/all-tests.nix
parenteb7ecd3b6f43d5402fba6abc736ad9a86347ae05 (diff)
downloadnixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar.gz
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar.bz2
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar.lz
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar.xz
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.tar.zst
nixlib-7e1e1386066c25986402c19c849b7c6f91ff657d.zip
nixos/caddy: add tests (#70778)
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 5643da99e557..04323317a994 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -35,6 +35,7 @@ in
   boot-stage1 = handleTest ./boot-stage1.nix {};
   borgbackup = handleTest ./borgbackup.nix {};
   buildbot = handleTest ./buildbot.nix {};
+  caddy = handleTest ./caddy.nix {};
   cadvisor = handleTestOn ["x86_64-linux"] ./cadvisor.nix {};
   cassandra = handleTest ./cassandra.nix {};
   ceph = handleTestOn ["x86_64-linux"] ./ceph.nix {};