diff --git a/Makefile b/Makefile index db3a2462..7e43aa2e 100644 --- a/Makefile +++ b/Makefile @@ -17,9 +17,9 @@ fmt: .PHONY: test test: - GO111MODULE=off go get github.com/onsi/ginkgo/v2 + go get github.com/onsi/ginkgo/v2 go install github.com/onsi/ginkgo/v2/ginkgo - GO111MODULE=off go get github.com/onsi/gomega/... + go get github.com/onsi/gomega/... ginkgo -r --flake-attempts=3 ./... .PHONY: test-integration