Skip to content

Commit

Permalink
Merge pull request #525 from danielvegamyhre/filter
Browse files Browse the repository at this point in the history
Allow passing args to ginkgo for integration tests
  • Loading branch information
k8s-ci-robot authored Apr 16, 2024
2 parents c158aa4 + 088a2f5 commit 3d3d86f
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 @@ -266,7 +266,7 @@ kind-image-build: kind image-build
.PHONY: test-integration
test-integration: manifests fmt vet envtest ginkgo ## Run tests.
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" \
$(GINKGO) --junit-report=junit.xml --output-dir=$(ARTIFACTS) -v $(INTEGRATION_TARGET)
$(GINKGO) --junit-report=junit.xml --output-dir=$(ARTIFACTS) $(GINKGO_ARGS) -v $(INTEGRATION_TARGET)

.PHONY: test-e2e-kind
test-e2e-kind: manifests kustomize fmt vet envtest ginkgo kind-image-build
Expand Down

0 comments on commit 3d3d86f

Please sign in to comment.