diff --git a/Makefile b/Makefile index 4369eb5c4..64f7dc749 100644 --- a/Makefile +++ b/Makefile @@ -232,7 +232,7 @@ test-go-mod: # https://github.com/kubernetes/test-infra/blob/master/prow/jobs.md#job-environment-variables .PHONY: test-multi-module test-multi-module: $(MYGOBIN)/prchecker - go run ./cmd/prchecker \ + cd ./cmd/prchecker; go run . \ -owner=$(REPO_OWNER) \ -repo=$(REPO_NAME) \ -pr=$(PULL_NUMBER) \