diff --git a/Makefile b/Makefile index 29fca1a3..916421e8 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,15 @@ lint: .PHONY: test test: - $(BUILDX_CMD) bake test + ./hack/test + +.PHONY: test-unit +test-unit: + TESTPKGS=./... SKIP_INTEGRATION_TESTS=1 ./hack/test + +.PHONY: test +test-integration: + TESTPKGS=./tests ./hack/test .PHONY: validate-vendor validate-vendor: