File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -204,8 +204,14 @@ jobs:
204204 build/compile_commands.json
205205
206206 - name : Check exported symbols
207+ background : true
207208 run : ./build/scripts/export_prefix_check.sh
208209
210+ - name : pginstallcheck
211+ background : true
212+ if : matrix.pginstallcheck
213+ run : make -C build pginstallcheck
214+
209215 - name : make installcheck
210216 if : matrix.installcheck
211217 run : |
@@ -214,9 +220,8 @@ jobs:
214220 SKIPS="${{ join(matrix.skipped_tests, ' ') }}" ${{ matrix.installcheck_args }} \
215221 | tee installcheck.log
216222
217- - name : pginstallcheck
218- if : matrix.pginstallcheck
219- run : make -C build pginstallcheck
223+ - name : Wait for checks to finish
224+ wait-all :
220225
221226 - name : coverage
222227 if : matrix.coverage
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ set(PG_REGRESS_OPTS_TEMP_INSTANCE
105105 --temp-config=${TEST_OUTPUT_DIR} /postgresql.conf)
106106
107107set (PG_REGRESS_OPTS_TEMP_INSTANCE_PGTEST
108- --temp-instance=${TEST_CLUSTER}
108+ --temp-instance=${TEST_CLUSTER} -pg
109109 --temp-config=${TEST_OUTPUT_DIR} /pgtest.conf)
110110
111111set (PG_REGRESS_OPTS_LOCAL_INSTANCE --host=${TEST_PGHOST}
You can’t perform that action at this time.
0 commit comments