Skip to content
Snippets Groups Projects
Unverified Commit 8ea639ed authored by Logan's avatar Logan Committed by GitHub
Browse files

Make pants testing a bit more strict (#10663)

parent 0a4991aa
No related branches found
No related tags found
No related merge requests found
......@@ -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/::
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment