mirror of
https://github.com/status-im/status-go.git
synced 2025-01-09 14:16:21 +00:00
10 lines
76 B
YAML
10 lines
76 B
YAML
|
sudo: false
|
||
|
|
||
|
language: go
|
||
|
|
||
|
go:
|
||
|
- 1.12
|
||
|
|
||
|
script:
|
||
|
- go test -race -v ./...
|