Skip to content

Commit

Permalink
Make pants testing a bit more strict (run-llama#10663)
Browse files Browse the repository at this point in the history
  • Loading branch information
logan-markewich authored and Izuki Matsuba committed Mar 29, 2024
1 parent 3d22ad5 commit ac00cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/::
Expand Down

0 comments on commit ac00cb3

Please sign in to comment.