Fixed CI [skip ci]

This commit is contained in:
Andrew Kane
2025-06-18 16:26:30 -07:00
parent 8ad680f009
commit 870ca6724d

View File

@@ -57,7 +57,7 @@ jobs:
postgres-version: ${{ matrix.postgres }}
- run: make
env:
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-unknown-warning-option
- run: make install
- run: make installcheck
- if: ${{ failure() }}