10 lines
121 B
YAML
10 lines
121 B
YAML
|
language: go
|
||
|
go:
|
||
|
- 1.12.x
|
||
|
- tip
|
||
|
services:
|
||
|
- mysql
|
||
|
- postgresql
|
||
|
script:
|
||
|
- go test -v -coverprofile=coverage.out
|