test on Windows using Appveyor
This commit is contained in:
parent
9b3d56bf07
commit
7a221f97a2
|
@ -0,0 +1,6 @@
|
|||
build_script:
|
||||
- set GOPATH=%BuildFolder%
|
||||
- go get -v ./...
|
||||
|
||||
test_script:
|
||||
- go test -v ./...
|
Loading…
Reference in New Issue