Skip to content

Commit

Permalink
use withSlowPg, withSlowPgrst for postgrest-test-spec
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Feb 24, 2023
1 parent 30508db commit cb537e8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion nix/tools/tests.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ let
withEnv = postgrest.env;
}
''
${withTools.withPg} ${cabal-install}/bin/cabal v2-run ${devCabalOptions} \
${withTools.withSlowPgrst} \
${withTools.withPg} \
${withTools.withSlowPg} \
${cabal-install}/bin/cabal v2-run ${devCabalOptions} \
test:spec -- "''${_arg_leftovers[@]}"
'';

Expand Down

0 comments on commit cb537e8

Please sign in to comment.