nixos/release.nix: run test for pgjwt (#47181)

gstqt5
WilliButz 2018-09-22 20:49:23 +02:00 committed by xeji
parent 0b82fbc3af
commit 13e738f1e8
1 changed files with 1 additions and 1 deletions

View File

@ -381,7 +381,7 @@ in rec {
tests.pgmanage = callTest tests/pgmanage.nix {};
tests.postgis = callTest tests/postgis.nix {};
tests.powerdns = callTest tests/powerdns.nix {};
#tests.pgjwt = callTest tests/pgjwt.nix {};
tests.pgjwt = callTest tests/pgjwt.nix {};
tests.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
tests.printing = callTest tests/printing.nix {};
tests.prometheus = callTest tests/prometheus.nix {};