File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -129,9 +129,9 @@ vet: ## Run go vet against code.
129129 go vet ./...
130130
131131.PHONY : test
132- GINKGO_ARGS ?= -r -- progress --randomize-all --randomize-suites -- fail-on-pending --keep-going --cover --coverprofile=cover.profile --race --trace --json-report=report.json --timeout=30s
132+ GINKGO_ARGS ?= -- progress --fail-on-pending --keep-going --cover --coverprofile=cover.profile --race --trace --json-report=report.json --timeout=3m
133133test : lint manifests generate fmt vet lint envtest ginkgo # # Run tests.
134- KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path) " $(GINKGO ) $(GINKGO_ARGS ) ./...
134+ KUBEBUILDER_ASSETS=" $( shell $( ENVTEST) use $( ENVTEST_K8S_VERSION) -p path) " $(GINKGO ) run $(GINKGO_ARGS ) ./...
135135
136136.PHONY : test-e2e
137137test-e2e : kuttl # # Run e2e tests. Requires cluster w/ Scribe already installed
You can’t perform that action at this time.
0 commit comments