Skip to content

Commit

Permalink
Add test-python-sdk on Makefile test. (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
mbobrovskyi authored Sep 8, 2024
1 parent 1198a65 commit 29cfe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ ci-lint: golangci-lint
$(GOLANGCI_LINT) run --timeout 15m0s

.PHONY: test
test: manifests fmt vet envtest gotestsum
test: manifests fmt vet envtest gotestsum test-python-sdk
KUBEBUILDER_ASSETS="$(shell $(ENVTEST) use $(ENVTEST_K8S_VERSION) --bin-dir $(LOCALBIN) -p path)" $(GOTESTSUM) --junitfile $(ARTIFACTS)/junit.xml -- ./pkg/... ./api/... -coverprofile $(ARTIFACTS)/cover.out

.PHONY: test-python-sdk
Expand Down

0 comments on commit 29cfe1b

Please sign in to comment.