diff --git a/Makefile b/Makefile index d27ce07..01e9ac8 100644 --- a/Makefile +++ b/Makefile @@ -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 .