about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorYureka <yuka@yuka.dev>2022-12-01 17:32:15 +0100
committerYureka <yuka@yuka.dev>2022-12-07 12:54:55 +0100
commita0e889791f5e225abc156d16ce172712caeaf247 (patch)
tree29f5c356fee16078e2a2726b97704db69faa5cc6 /nixos/tests/all-tests.nix
parent56d4e1ec67dfe197940da6775ed256365532d77d (diff)
nixos/tests/peering-manager: 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 4d652210baaec..70cd995ececaf 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -489,6 +489,7 @@ in {
   parsedmarc = handleTest ./parsedmarc {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   peerflix = handleTest ./peerflix.nix {};
+  peering-manager = handleTest ./web-apps/peering-manager.nix {};
   peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {};
   pgadmin4 = handleTest ./pgadmin4.nix {};
   pgadmin4-standalone = handleTest ./pgadmin4-standalone.nix {};