Skip to content

Commit 1b582dd

Browse files
committed
updated tests, work still needed for publication slot auto handling
1 parent 4d79888 commit 1b582dd

File tree

3 files changed

+423
-416
lines changed

3 files changed

+423
-416
lines changed

nix/checks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
) filteredSqlTests;
150150
sortedTestList = builtins.sort (a: b: a < b) testList;
151151
in
152-
pkgs.runCommand "postgres-${pgpkg.version}-check-harness"
152+
pkgs.runCommand "postgres-${pgpkg.version}-ch"
153153
{
154154
nativeBuildInputs = with pkgs; [
155155
coreutils

0 commit comments

Comments
 (0)