diff --git a/circle.yml b/circle.yml index f1b151a8e41..c2ea5920bb6 100644 --- a/circle.yml +++ b/circle.yml @@ -16,7 +16,9 @@ test: override: # FMT - test -z "$(gofmt -s -l . | grep -v Godeps/_workspace/src/ | tee /dev/stderr)" - # Go lang test + # GO VET + - go vet ./pkg/... + # Go test - godep go test -v ./pkg/... # js tests - ./node_modules/grunt-cli/bin/grunt test