From 8ea639ed9c4780f7156c2cffbf636eb807dc9d30 Mon Sep 17 00:00:00 2001 From: Logan Date: Tue, 13 Feb 2024 12:48:40 -0600 Subject: [PATCH] Make pants testing a bit more strict (#10663) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/::