Make sure ginkgo gets installed
This commit is contained in:
parent
3f0875ed66
commit
45269de7cc
2
Makefile
2
Makefile
@ -5,7 +5,7 @@ help:
|
|||||||
@echo "- watch: watch for changes and re-run tests"
|
@echo "- watch: watch for changes and re-run tests"
|
||||||
|
|
||||||
deps:
|
deps:
|
||||||
glide install
|
glide install && go install github.com/onsi/ginkgo/ginkgo
|
||||||
|
|
||||||
test: deps
|
test: deps
|
||||||
ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .
|
ginkgo -race -randomizeAllSpecs -r -skipPackage vendor -progress .
|
||||||
|
Loading…
Reference in New Issue
Block a user