Skip to content

Instantly share code, notes, and snippets.

@Marvin9
Created August 21, 2020 10:31
Show Gist options
  • Save Marvin9/1d756f24360a0c99703c7ca0c303431a to your computer and use it in GitHub Desktop.
Save Marvin9/1d756f24360a0c99703c7ca0c303431a to your computer and use it in GitHub Desktop.
language: go
go:
- 1.14.4
services:
- postgresql
before_script:
- go mod download
env:
global:
- PSQL_USER=postgres
- DATABASE_URL=postgres://postgres@127.0.0.1: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