Compare commits

...

2 Commits

Author SHA1 Message Date
Andrew Kane
ba16f5e7cf Fixed CI [skip ci] 2023-09-27 13:47:51 -07:00
Andrew Kane
4a1a91abf9 Set -fanalyzer on CI 2023-09-27 13:42:23 -07:00

View File

@@ -39,6 +39,10 @@ jobs:
sudo apt-get update
sudo apt-get install libipc-run-perl
- run: make prove_installcheck
- if: ${{ matrix.os == 'ubuntu-22.04' }}
run: make clean && make
env:
PG_CFLAGS: -Werror -fanalyzer
mac:
runs-on: macos-latest
if: ${{ !startsWith(github.ref_name, 'windows') }}