Skip to content

Commit bb431d5

Browse files
committed
Test
1 parent 2821648 commit bb431d5

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
image: alpine:3.23
114114
options: --platform linux/386
115115
steps:
116-
- run: apk add --update build-base git openrc perl perl-ipc-run perl-test-harness-utils postgresql18 postgresql18-dev sudo
116+
- run: apk add --update build-base git openrc perl perl-ipc-run perl-test-harness-utils postgresql18 postgresql18-dev
117117
- run: mkdir /run/openrc && touch /run/openrc/softlevel && rc-update add postgresql && rc-service postgresql start
118118
- run: |
119119
git clone https://github.com/${{ github.repository }}.git pgvector
@@ -123,8 +123,9 @@ jobs:
123123
make
124124
make install
125125
chown -R postgres .
126-
sudo -u postgres make installcheck
127-
sudo -u postgres make prove_installcheck
126+
su postgres
127+
make installcheck
128+
make prove_installcheck
128129
env:
129130
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare -Wno-missing-field-initializers
130131
- if: ${{ failure() }}

0 commit comments

Comments
 (0)