mirror of https://github.com/tidwall/tile38.git
12 lines
268 B
YAML
12 lines
268 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.4
|
||
|
- 1.5
|
||
|
|
||
|
script:
|
||
|
- go test -cpu=2 github.com/pierrec/xxHash/xxHash32
|
||
|
- go test -cpu=2 github.com/pierrec/xxHash/xxHash64
|
||
|
- go test -cpu=2 -race github.com/pierrec/xxHash/xxHash32
|
||
|
- go test -cpu=2 -race github.com/pierrec/xxHash/xxHash64
|