From 45269de7cccbb30cc82d7264ba6983fbada7a13e Mon Sep 17 00:00:00 2001 From: Paul Bonser Date: Tue, 27 Sep 2016 14:34:50 -0500 Subject: [PATCH] Make sure ginkgo gets installed --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .