6 lines
206 B
Markdown
6 lines
206 B
Markdown
# Run tests
|
|
|
|
Use lastest postgres docker from https://hub.docker.com/r/library/postgres/ and run:
|
|
|
|
env POSTGRES_DSN="postgres://test:test@192.168.99.100:32771/test?sslmode=disable" go test -v ./...
|