Show diff on failure

This commit is contained in:
Andrew Kane
2021-04-25 21:38:29 -07:00
parent 3a488c9f2f
commit 6d9653d763

View File

@@ -19,4 +19,6 @@ jobs:
export PG_CONFIG=`which pg_config`
sudo --preserve-env=PG_CONFIG make install
- run: make installcheck
- if: ${{ failure() }}
run: cat regression.diffs
- run: make prove_installcheck