summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMaciej Krüger <mkg20001@gmail.com>2022-02-23 15:16:23 +0100
committerMaciej Krüger <mkg20001@gmail.com>2022-02-26 14:27:30 +0100
commitae2f179c9b27f6d4c40e46a07b1d748ba53f3b33 (patch)
tree180b5caf602d9e7d7f4cbf8ae391b52508c92745 /nixos/tests/all-tests.nix
parent3cbd5a6deb68511189d19bfbf51b925b34830035 (diff)
downloadnixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar.gz
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar.bz2
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar.lz
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar.xz
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.tar.zst
nixpkgs-ae2f179c9b27f6d4c40e46a07b1d748ba53f3b33.zip
tests/pgadmin4-standalone: add
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 85f0a001e66..da94fc6d042 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -394,6 +394,7 @@ in
   peerflix = handleTest ./peerflix.nix {};
   peertube = handleTestOn ["x86_64-linux"] ./web-apps/peertube.nix {};
   pgadmin4 = handleTest ./pgadmin4.nix {};
+  pgadmin4-standalone = handleTest ./pgadmin4-standalone.nix {};
   pgjwt = handleTest ./pgjwt.nix {};
   pgmanage = handleTest ./pgmanage.nix {};
   php = handleTest ./php {};