Skip to content

Commit

Permalink
split make test
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWeindel committed Feb 27, 2025
1 parent 8dfd131 commit cc7c5b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ release:

.PHONY: test
test: $(GINKGO)
$(GINKGO) -r ./pkg
$(GINKGO) --skip-package certman2 -r ./pkg
$(GINKGO) -r ./pkg/certman2

.PHONY: test-integration
test-integration: $(GINKGO) $(REPORT_COLLECTOR) $(SETUP_ENVTEST)
Expand Down

0 comments on commit cc7c5b5

Please sign in to comment.