ensure go vendoring is enabled before running go install
This commit is contained in:
parent
45269de7cc
commit
c83171bffe
2
Makefile
2
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 .
|
||||
|
Loading…
Reference in New Issue
Block a user