Files

8 lines
83 B
YAML

language: go
go:
- 1.x
script:
- go test -v -cpu=2
- go test -v -cpu=2 -race