mirror of
https://github.com/status-im/status-go.git
synced 2025-01-17 02:02:36 +00:00
7 lines
89 B
YAML
7 lines
89 B
YAML
|
language: go
|
||
|
go: "1.10.x"
|
||
|
env:
|
||
|
- GOARCH=i386
|
||
|
- GOARCH=amd64
|
||
|
script: go test -v ./...
|