mirror of https://github.com/tidwall/tile38.git
8 lines
83 B
YAML
8 lines
83 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.x
|
||
|
|
||
|
script:
|
||
|
- go test -v -cpu=2
|
||
|
- go test -v -cpu=2 -race
|