Skip to content

Commit 299da87

Browse files
authored
fix: add test/apis directory for running test in makefile (#971)
1 parent 041b602 commit 299da87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ integration-test: $(ENVTEST) ## Run tests.
148148
export CGO_ENABLED=1 && \
149149
export KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" && \
150150
ginkgo -v -p --race --cover --coverpkg=./pkg/scheduler/... ./test/scheduler && \
151+
ginkgo -v -p --race --cover --coverpkg=./... ./test/apis/... && \
151152
go test ./test/integration/... -coverpkg=./... -race -coverprofile=it-coverage.xml -v
152153

153154
## local tests & e2e tests

0 commit comments

Comments
 (0)