about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorTomasz Czyż <tomasz.czyz@gmail.com>2017-02-11 04:57:57 +0000
committerTomasz Czyż <tomasz.czyz@gmail.com>2017-02-21 22:48:39 +0000
commitab22a0803996c40eee80aa0f81d151090ab15b01 (patch)
treeb782fe24727d6b2b39945f025d20546695861759 /nixos/release.nix
parent5e8499f4472b552131c905e2fe81ec8b28a3843c (diff)
downloadnixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar.gz
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar.bz2
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar.lz
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar.xz
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.tar.zst
nixlib-ab22a0803996c40eee80aa0f81d151090ab15b01.zip
test all postgresql versions, test server restart (#1735)
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 0f298188c6c7..a8c7d9fd0c35 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -286,7 +286,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.postgresql = callSubTests tests/postgresql.nix {};
   tests.printing = callTest tests/printing.nix {};
   tests.proxy = callTest tests/proxy.nix {};
   tests.pumpio = callTest tests/pump.io.nix {};