summaryrefslogtreecommitdiffstats
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorRok Garbas <rok@garbas.si>2016-01-20 03:42:59 +0100
committerRok Garbas <rok@garbas.si>2016-01-20 03:42:59 +0100
commit109ba4c86166f9b7aa31ba45869ee93b0eecb2e0 (patch)
treede28ab18ee1cb7f03e8e806bc1a3857ad42701b0 /nixos/release.nix
parentdd9bad4aa43e6ee5ec8a67adc13578cedda084bc (diff)
nixos: add test for postgresql, fixes #11146
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 8a502ae2baa1..3c7cf84c6729 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -287,6 +287,7 @@ in rec {
tests.openssh = callTest tests/openssh.nix {};
tests.panamax = hydraJob (import tests/panamax.nix { system = "x86_64-linux"; });
tests.peerflix = callTest tests/peerflix.nix {};
+ tests.postgresql = callTest tests/postgresql.nix {};
tests.printing = callTest tests/printing.nix {};
tests.proxy = callTest tests/proxy.nix {};
tests.pumpio = callTest tests/pump.io.nix {};