Update Makefile

This commit is contained in:
Ettore Di Giacinto 2024-06-24 15:59:59 +02:00 committed by GitHub
parent 1f357debb0
commit 939f66a11b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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