Remove install of GINKGO

This commit is contained in:
Abdul Rabbani 2022-04-21 18:30:54 -04:00
parent 1522da3289
commit 48a7946dd4

View File

@ -14,7 +14,7 @@ installtools: | $(GINKGO)
echo "Installing tools" echo "Installing tools"
.PHONY: test .PHONY: test
test: | $(GINKGO) test:
go vet ./... go vet ./...
go fmt ./... go fmt ./...
$(GINKGO) -r $(GINKGO) -r