mirror of
https://github.com/status-im/status-go.git
synced 2025-02-19 18:28:18 +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 ./...
|