From 801be04d8b3b6d9696ba354438277c01cc64c31b Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Sat, 2 Mar 2024 17:06:11 -0800 Subject: [PATCH] Updated CI [skip ci] --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f54b8a3..f22b737 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,9 @@ jobs: wget -q https://github.com/postgres/postgres/archive/refs/tags/REL_14_10.tar.gz tar xf REL_14_10.tar.gz - run: make prove_installcheck PROVE_FLAGS="-I ./postgres-REL_14_10/src/test/perl" PERL5LIB="/Users/runner/perl5/lib/perl5" - - run: make clean && /usr/local/opt/llvm@15/bin/scan-build --status-bugs make PG_CFLAGS="-DUSE_ASSERT_CHECKING" + - run: make clean && /usr/local/opt/llvm@15/bin/scan-build --status-bugs make + env: + PG_CFLAGS: -DUSE_ASSERT_CHECKING windows: runs-on: windows-latest if: ${{ !startsWith(github.ref_name, 'mac') }}