File tree 1 file changed +2
-2
lines changed
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.
129
129
go vet ./...
130
130
131
131
.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
133
133
test : 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 ) ./...
135
135
136
136
.PHONY : test-e2e
137
137
test-e2e : kuttl # # Run e2e tests. Requires cluster w/ Scribe already installed
You can’t perform that action at this time.
0 commit comments