Skip to content

Commit

Permalink
use ginkgo to run integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
jamyct committed Dec 12, 2024
1 parent 4d29d65 commit 1308cd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ local-unit-test: $(ENVTEST) ## Run tests.
.PHONY: integration-test
integration-test: $(ENVTEST) ## Run integration tests.
CGO_ENABLED=1 KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" \
go test ./test/apis/... -race -coverprofile=integration_coverage.xml -covermode=atomic
ginkgo -v -p --race --cover --coverpkg=./... ./test/apis/...

.PHONY: e2e-setup
e2e-setup:
Expand Down

0 comments on commit 1308cd3

Please # to comment.