Skip to content

Commit 68f882a

Browse files
committed
tests: try to get passing tests
1 parent 4becde2 commit 68f882a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

nix/ext/tests/default.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ let
2828
inherit (postgresql) version psqlSchema;
2929
lib = pkg;
3030
withPackages = _: pkg;
31+
withJIT = pkg;
32+
withoutJIT = pkg;
33+
installedExtensions = [ (installedExtension majorVersion) ];
3134
};
3235
nativeBuildInputs = [ pkgs.makeWrapper ];
3336
pathsToLink = [

0 commit comments

Comments
 (0)