Skip to content

Commit

Permalink
fix: add test/apis directory for running test in makefile (#971)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arvindthiru authored Nov 26, 2024
1 parent 041b602 commit 299da87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ integration-test: $(ENVTEST) ## Run tests.
export CGO_ENABLED=1 && \
export KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) -p path)" && \
ginkgo -v -p --race --cover --coverpkg=./pkg/scheduler/... ./test/scheduler && \
ginkgo -v -p --race --cover --coverpkg=./... ./test/apis/... && \
go test ./test/integration/... -coverpkg=./... -race -coverprofile=it-coverage.xml -v

## local tests & e2e tests
Expand Down

0 comments on commit 299da87

Please sign in to comment.