8 lines
73 B
YAML
Raw Normal View History

2019-02-11 09:38:08 +01:00
language: go
script: go test -race -v ./...
go:
- 1.11.x
- tip