Skip to content

Commit f5a3b7a

Browse files
committed
Use the ginkgo command install by the dependencies
Change-Id: Ia8a28cd79a61fc8a95ac9a7700ad1a436874da6f Signed-off-by: Cosmin Cojocar <[email protected]>
1 parent 761fcbc commit f5a3b7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ GO := GO111MODULE=on go
1414
GOPATH ?= $(shell $(GO) env GOPATH)
1515
GOBIN ?= $(GOPATH)/bin
1616
GOSEC ?= $(GOBIN)/gosec
17-
GINKGO ?= $(GOBIN)/ginkgo
1817
GO_MINOR_VERSION = $(shell $(GO) version | cut -c 14- | cut -d' ' -f1 | cut -d'.' -f2)
1918
GOVULN_MIN_VERSION = 17
2019
GO_VERSION = 1.25
@@ -32,7 +31,7 @@ install-govulncheck:
3231
fi
3332

3433
test: build-race fmt vet sec govulncheck
35-
$(GINKGO) -v --fail-fast
34+
go run github.com/onsi/ginkgo/v2/ginkgo -- --ginkgo.v --ginkgo.fail-fast
3635

3736
fmt:
3837
@echo "FORMATTING"

0 commit comments

Comments
 (0)