sslmode declared in datastore.
This commit is contained in:
parent
59a0cfd4bf
commit
c271f4b6b3
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
PGTZ=UTC PGSSLMODE=disable go test -v ./...
|
||||
PGTZ=UTC go test -v ./...
|
||||
|
||||
|
|
Reference in a new issue