mirror of https://github.com/jackc/pgx.git
Prettier ci.yml
parent
492283b90b
commit
87d771ef9c
|
@ -7,7 +7,6 @@ on:
|
||||||
branches: [master]
|
branches: [master]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
name: Test
|
name: Test
|
||||||
# Note: The TLS tests are rather finicky. It seems that openssl 3 encrypts certificates differently than older
|
# Note: The TLS tests are rather finicky. It seems that openssl 3 encrypts certificates differently than older
|
||||||
|
@ -74,7 +73,6 @@ jobs:
|
||||||
pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
pgx-test-database: "postgresql://root@127.0.0.1:26257/pgx_test?sslmode=disable&experimental_enable_temp_tables=on"
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
- name: Set up Go ${{ matrix.go-version }}
|
- name: Set up Go ${{ matrix.go-version }}
|
||||||
uses: actions/setup-go@v4
|
uses: actions/setup-go@v4
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue