Skip to content

Commit f5a54a4

Browse files
committed
x
1 parent 2e0a266 commit f5a54a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
go-version: ${{ matrix.go }}
5858
- name: 'Run tests'
5959
run: |
60-
docker compose up pg${{ matrix.pg }} -d --wait || exit 1
60+
docker-compose up pg${{ matrix.pg }} -d --wait || exit 1
6161
echo '127.0.0.1 postgres' | sudo tee -a /etc/hosts
6262
set -x
6363
PQTEST_BINARY_PARAMETERS=no go test -race ./...

0 commit comments

Comments
 (0)