afero/appveyor.yml

11 lines
121 B
YAML

version: '{build}'
build_script:
- cmd: >-
go version
go env
go build
test_script:
- cmd: go test -v ./...