2
0

Prettier ci.yml

This commit is contained in:
Jack Christensen
2023-07-22 17:12:56 -05:00
parent 492283b90b
commit 87d771ef9c
-2
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: