mirror of
https://github.com/fumiama/terasu-cloudflared.git
synced 2026-06-09 12:40:35 +08:00
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
|