blob: c760d24d1ec742e9936329e2873c3a43fa49ea57 [file] [log] [blame]
language: go
go:
- 1.8
- 1.9
- tip
script:
- go test -race ./...
- go test -bench=.