Fixed TAP test for Postgres 9.6

This commit is contained in:
Andrew Kane
2021-04-20 14:55:52 -07:00
parent a3d946f3bf
commit 4eb7228502
2 changed files with 10 additions and 4 deletions

View File

@@ -23,5 +23,4 @@ jobs:
export PG_CONFIG=`which pg_config`
sudo --preserve-env=PG_CONFIG make install
- run: make installcheck
- if: ${{ matrix.postgres != 9.6 }}
run: make prove_installcheck
- run: make prove_installcheck