We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 041b602 commit 299da87Copy full SHA for 299da87
Makefile
@@ -148,6 +148,7 @@ integration-test: $(ENVTEST) ## Run tests.
148
export CGO_ENABLED=1 && \
149
export KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" && \
150
ginkgo -v -p --race --cover --coverpkg=./pkg/scheduler/... ./test/scheduler && \
151
+ ginkgo -v -p --race --cover --coverpkg=./... ./test/apis/... && \
152
go test ./test/integration/... -coverpkg=./... -race -coverprofile=it-coverage.xml -v
153
154
## local tests & e2e tests
0 commit comments