mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 06:12:55 +00:00
14 lines
181 B
YAML
14 lines
181 B
YAML
language: go
|
|
go:
|
|
- "1.8"
|
|
- "1.9"
|
|
- "1.10"
|
|
- "1.11"
|
|
- "1.12"
|
|
- tip
|
|
matrix:
|
|
allow_failures:
|
|
- go: tip
|
|
script:
|
|
go test -v -race -cpu=1,2,4 -bench . -benchmem ./...
|