Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

Commit b4eb309

Browse files
committed
POSTGRES_HOST_AUTH_METHOD=trust
1 parent d127972 commit b4eb309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
environment:
99
POSTGRES_USER: postgres
1010
POSTGRES_DB: api_test
11+
POSTGRES_HOST_AUTH_METHOD: trust
1112

1213
working_directory: /go/src/github.com/golangci/golangci-api
1314
steps:

0 commit comments

Comments
 (0)