diff --git a/Makefile b/Makefile index 4a59a6f..25bba3f 100644 --- a/Makefile +++ b/Makefile @@ -195,6 +195,7 @@ license-check: .PHONY: sanity-test sanity-test: @echo "--> Running sanity test"; + @go install github.com/onsi/ginkgo/ginkgo@v1.16.4 @cd tests && sudo -E env "PATH=${PATH}" ginkgo -v -failFast .PHONY: push