diff --git a/Makefile b/Makefile index 01e9ac8..67665bf 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ help: @echo "- watch: watch for changes and re-run tests" deps: - glide install && go install github.com/onsi/ginkgo/ginkgo + glide install && GO15VENDOREXPERIMENT=1 go install github.com/onsi/ginkgo/ginkgo test: deps ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .