Skip to content

Commit f0a2fc1

Browse files
authored
fix: an errant rebase lost these changes that run funs for tests (#1696)
1 parent d314e8f commit f0a2fc1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nix/checks.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@
287287
'';
288288
in
289289
{
290-
psql_15 = self'.packages."psql_15/bin";
291-
psql_17 = self'.packages."psql_17/bin";
292-
psql_orioledb-17 = self'.packages."psql_orioledb-17/bin";
290+
psql_15 = makeCheckHarness self'.packages."psql_15/bin";
291+
psql_17 = makeCheckHarness self'.packages."psql_17/bin";
292+
psql_orioledb-17 = makeCheckHarness self'.packages."psql_orioledb-17/bin";
293293
inherit (self'.packages)
294294
wal-g-2
295295
wal-g-3

0 commit comments

Comments
 (0)