From af2fa705bf441699cc12accc25ef3801afc55cd9 Mon Sep 17 00:00:00 2001 From: Chris Bednarski Date: Thu, 6 Aug 2015 12:24:13 -0700 Subject: [PATCH] Added go vet and git rev-parse head to appveyor so we can see what we're actually building / testing --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 202456f58..c5d317da6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,6 +31,8 @@ install: build_script: - go test -v ./... + - go vet ./... + - git rev-parse HEAD test: off