Skip to content

Commit 9e234ea

Browse files
committed
always rebuild and run ginkgo in makefile
1 parent 5ce8355 commit 9e234ea

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Makefile

+2-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
# default task since it's first
22
.PHONY: all
3-
all: install vet test
4-
5-
.PHONY: install
6-
install:
7-
which ginkgo 2>&1 >/dev/null || go install ./...
3+
all: vet test
84

95
.PHONY: test
106
test:
11-
ginkgo -r -p
7+
go run github.com/onsi/ginkgo/v2/ginkgo -r -p
128

139
.PHONY: vet
1410
vet:

0 commit comments

Comments
 (0)