Make sure ginkgo gets installed

This commit is contained in:
Paul Bonser 2016-09-27 14:34:50 -05:00
parent 3f0875ed66
commit 45269de7cc

View File

@ -5,7 +5,7 @@ help:
@echo "- watch: watch for changes and re-run tests"
deps:
glide install
glide install && go install github.com/onsi/ginkgo/ginkgo
test: deps
ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .