2019-06-12 13:12:00 +02:00

12 lines
107 B
YAML

language: go
go:
- 1.8
- 1.9
- tip
script:
- go test -race ./...
- go test -bench=.