Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing
This commit is contained in:
parent
f40ccd55ad
commit
af2fa705bf
|
@ -31,6 +31,8 @@ install:
|
|||
|
||||
build_script:
|
||||
- go test -v ./...
|
||||
- go vet ./...
|
||||
- git rev-parse HEAD
|
||||
|
||||
test: off
|
||||
|
||||
|
|
Loading…
Reference in New Issue