Skip to content

Commit

Permalink
[tooling/impi] Evaluate packages of current module only (open-telemet…
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored May 11, 2022
1 parent a7b2431 commit 6c31fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.Common
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ misspell-correction:

.PHONY: impi
impi:
@$(IMPI) --local github.com/open-telemetry/opentelemetry-collector-contrib --scheme stdThirdPartyLocal ./...
@$(IMPI) --local github.com/open-telemetry/opentelemetry-collector-contrib --scheme stdThirdPartyLocal $(ALL_PKGS)

.PHONY: moddownload
moddownload:
Expand Down

0 comments on commit 6c31fcf

Please sign in to comment.