From 38025473cf93de7a46de463771c444af103c864f Mon Sep 17 00:00:00 2001 From: Matthias Diester Date: Tue, 6 Feb 2024 20:42:20 +0100 Subject: [PATCH] Use Ginkgo version from modules Use `go run` for Ginkgo to exactly run the expected module version. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 08c7fa6..a7e9136 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ clean: .PHONY: test test: - @ginkgo run \ + @go run -mod=mod github.com/onsi/ginkgo/v2/ginkgo run \ --coverprofile=unit.coverprofile \ --randomize-all \ --randomize-suites \