mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ install:
|
|||
|
||||
build_script:
|
||||
- go test -v ./...
|
||||
- go vet ./...
|
||||
- git rev-parse HEAD
|
||||
|
||||
test: off
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue