Created
August 21, 2020 10:31
-
-
Save Marvin9/1d756f24360a0c99703c7ca0c303431a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: go | |
go: | |
- 1.14.4 | |
services: | |
- postgresql | |
before_script: | |
- go mod download | |
env: | |
global: | |
- PSQL_USER=postgres | |
- DATABASE_URL=postgres://[email protected]:5432 | |
- DATABASE_NAME=foo_bar | |
script: | |
- go test ./... -p 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment