Set PROVE in Makefile if needed

This commit is contained in:
Andrew Kane
2022-12-23 08:22:38 -08:00
parent 0f69cc789a
commit 3f3ba5b8e7
2 changed files with 6 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ jobs:
cpanm --notest IPC::Run
wget -q https://github.com/postgres/postgres/archive/refs/tags/REL_14_5.tar.gz
tar xf REL_14_5.tar.gz
- run: make prove_installcheck PROVE=prove PROVE_FLAGS="-I ./postgres-REL_14_5/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5"
- run: make prove_installcheck PROVE_FLAGS="-I ./postgres-REL_14_5/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5"
windows:
runs-on: windows-latest
if: ${{ !startsWith(github.ref_name, 'mac') }}