diff --git a/Makefile b/Makefile index ef71f85190e7e..a350215cd0313 100644 --- a/Makefile +++ b/Makefile @@ -11,7 +11,7 @@ lint: ## Run linters: pre-commit (black, ruff, codespell) and mypy pre-commit install && git ls-files | xargs pre-commit run --show-diff-on-failure --files test: ## Run tests via pants - pants --no-local-cache --changed-since=origin/main test + pants --no-local-cache --changed-since=origin/main --changed-dependents=transitive test test-core: ## Run tests via pants pants --no-local-cache test llama-index-core/::