mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 22:26:30 +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=.
|
|
|