Skip to content

Commit

Permalink
Merge pull request #615 from mjura/ginkgo-v2.9
Browse files Browse the repository at this point in the history
[v2.9] Bump ginkgo to v1.19.1 and fix Makefile
  • Loading branch information
mjura authored Aug 5, 2024
2 parents bdb8ef4 + af04534 commit 816664a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ MOCKGEN_VER := v0.4.0
MOCKGEN_BIN := mockgen
MOCKGEN := $(BIN_DIR)/$(MOCKGEN_BIN)-$(MOCKGEN_VER)

GINKGO_VER := v2.19.0
GINKGO_VER := v2.19.1
GINKGO_BIN := ginkgo
GINKGO := $(BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

Expand Down Expand Up @@ -87,7 +87,7 @@ generate-go: $(MOCKGEN)

.PHONY: test
test: $(SETUP_ENVTEST) $(GINKGO)
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" $(GINKGO) -v -r -p --trace --race ./pkg/... ./controller/...
KUBEBUILDER_ASSETS="$(KUBEBUILDER_ASSETS)" $(GINKGO) -v -r -p --trace ./pkg/... ./controller/...

.PHONY: clean
clean:
Expand Down

0 comments on commit 816664a

Please sign in to comment.