mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-05-31 00:16:34 +00: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
|