2
0

skipping some config parsing tests on Windows

this should be investigated and fixed
This commit is contained in:
Nicola Murino
2023-05-28 09:09:30 +02:00
committed by Jack Christensen
parent bad6b36c47
commit ef363b59ab
2 changed files with 9 additions and 1 deletions
-1
View File
@@ -149,7 +149,6 @@ jobs:
- name: Initialize test database
run: |
psql -f testsetup/postgresql_setup.sql pgx_test
env:
PGSERVICE: ${{ steps.postgres.outputs.service-name }}
shell: bash