mirror of
https://github.com/status-im/status-go.git
synced 2025-01-24 21:49:54 +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 ./...
|