Prettier ci.yml

pull/1697/head
Jack Christensen 2023-07-22 17:12:56 -05:00
parent 492283b90b
commit 87d771ef9c
1 changed files with 46 additions and 48 deletions

View File

@ -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: