There was an error while loading. Please reload this page.
1 parent 2e0a266 commit f5a54a4Copy full SHA for f5a54a4
1 file changed
.github/workflows/test.yml
@@ -57,7 +57,7 @@ jobs:
57
go-version: ${{ matrix.go }}
58
- name: 'Run tests'
59
run: |
60
- docker compose up pg${{ matrix.pg }} -d --wait || exit 1
+ docker-compose up pg${{ matrix.pg }} -d --wait || exit 1
61
echo '127.0.0.1 postgres' | sudo tee -a /etc/hosts
62
set -x
63
PQTEST_BINARY_PARAMETERS=no go test -race ./...
0 commit comments