We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 761fcbc commit f5a3b7aCopy full SHA for f5a3b7a
Makefile
@@ -14,7 +14,6 @@ GO := GO111MODULE=on go
14
GOPATH ?= $(shell $(GO) env GOPATH)
15
GOBIN ?= $(GOPATH)/bin
16
GOSEC ?= $(GOBIN)/gosec
17
-GINKGO ?= $(GOBIN)/ginkgo
18
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
19
GOVULN_MIN_VERSION = 17
20
GO_VERSION = 1.25
@@ -32,7 +31,7 @@ install-govulncheck:
32
31
fi
33
34
test: build-race fmt vet sec govulncheck
35
- $(GINKGO) -v --fail-fast
+ go run github.com/onsi/ginkgo/v2/ginkgo -- --ginkgo.v --ginkgo.fail-fast
36
37
fmt:
38
@echo "FORMATTING"
0 commit comments