From ad0bf1f4c5799f3cec5568fc3ec579f3e714ec18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sandro=20J=C3=A4ckel?= Date: Mon, 24 Feb 2025 15:26:44 +0100 Subject: [PATCH] nixos/all-tests: add go-camo --- nixos/tests/all-tests.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 1f817fbf153c..e4222cc298ec 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -439,6 +439,7 @@ in { gns3-server = handleTest ./gns3-server.nix {}; gnupg = handleTest ./gnupg.nix {}; goatcounter = handleTest ./goatcounter.nix {}; + go-camo = handleTest ./go-camo.nix { }; go-neb = handleTest ./go-neb.nix {}; gobgpd = handleTest ./gobgpd.nix {}; gocd-agent = handleTest ./gocd-agent.nix {};