2019-06-12 13:12:00 +02:00

7 lines
89 B
YAML

language: go
go: "1.10.x"
env:
- GOARCH=i386
- GOARCH=amd64
script: go test -v ./...