diff --git a/Makefile b/Makefile
index ef71f85190e7e5069eea3380daa5777d59c01adf..a350215cd0313da0021b10c999afeb3f57f561ab 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/::