mirror of https://github.com/jackc/pgx.git
Prettier ci.yml
parent
492283b90b
commit
87d771ef9c
|
@ -2,12 +2,11 @@ name: CI
|
|||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
|
||||
test:
|
||||
name: Test
|
||||
# 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"
|
||||
|
||||
steps:
|
||||
|
||||
- name: Set up Go ${{ matrix.go-version }}
|
||||
uses: actions/setup-go@v4
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue