2019-01-08 21:02:11 +01:00

7 lines
89 B
YAML

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