Skip to content

Commit

Permalink
postgresql: enable tests on darwin
Browse files Browse the repository at this point in the history
they were disabled in 0c3b7ea but seems
to be working now
  • Loading branch information
kirillrdy committed Jun 10, 2024
1 parent cfbeda8 commit dc4555e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/servers/sql/postgresql/generic.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ let
wrapProgram $out/bin/initdb --prefix PATH ":" ${glibc.bin}/bin
'';

doCheck = !stdenv'.isDarwin;
doCheck = true;
# autodetection doesn't seem to able to find this, but it's there.
checkTarget = "check";

Expand Down

0 comments on commit dc4555e

Please sign in to comment.