nixos/release.nix: run test for pgjwt (#47181)
This commit is contained in:
parent
0b82fbc3af
commit
13e738f1e8
|
@ -381,7 +381,7 @@ in rec {
|
||||||
tests.pgmanage = callTest tests/pgmanage.nix {};
|
tests.pgmanage = callTest tests/pgmanage.nix {};
|
||||||
tests.postgis = callTest tests/postgis.nix {};
|
tests.postgis = callTest tests/postgis.nix {};
|
||||||
tests.powerdns = callTest tests/powerdns.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.predictable-interface-names = callSubTests tests/predictable-interface-names.nix {};
|
||||||
tests.printing = callTest tests/printing.nix {};
|
tests.printing = callTest tests/printing.nix {};
|
||||||
tests.prometheus = callTest tests/prometheus.nix {};
|
tests.prometheus = callTest tests/prometheus.nix {};
|
||||||
|
|
Loading…
Reference in New Issue