From 9250ddce878033edbb931eeca01918d5ab17633a Mon Sep 17 00:00:00 2001 From: Andrew Kane Date: Wed, 14 Jan 2026 07:20:35 -0800 Subject: [PATCH] Test --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0cf3797..9eea44a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,9 +123,8 @@ jobs: make make install chown -R postgres . - su postgres - make installcheck - make prove_installcheck + su postgres -c "make installcheck" + su postgres -c "make prove_installcheck" env: PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers - if: ${{ failure() }}