mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
12 lines
107 B
YAML
12 lines
107 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.8
|
||
|
- 1.9
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -race ./...
|
||
|
- go test -bench=.
|
||
|
|