10 lines
76 B
YAML
Raw Normal View History

2019-06-09 09:24:20 +02:00
sudo: false
language: go
go:
- 1.12
script:
- go test -race -v ./...