mirror of
https://github.com/status-im/status-go.git
synced 2025-01-17 02:02:36 +00:00
10 lines
89 B
YAML
10 lines
89 B
YAML
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.3
|
||
|
- release
|
||
|
- tip
|
||
|
|
||
|
script:
|
||
|
- go test -race -cpu=5 -v ./...
|