Skip to content

Commit

Permalink
chore: revert to test all test files
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescalam committed Jan 12, 2025
1 parent 4709791 commit 6ada2db
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 @@ -12,7 +12,7 @@ lint lint_diff:
poetry run mypy $(PYTHON_FILES)

test:
poetry run pytest -vv --cov=semantic_router --cov-report=term-missing --cov-report=xml --exitfirst --maxfail=1 tests/unit/test_sync.py
poetry run pytest -vv --cov=semantic_router --cov-report=term-missing --cov-report=xml --exitfirst --maxfail=1

test_functional:
poetry run pytest -vv --exitfirst --maxfail=1 tests/functional
Expand Down

0 comments on commit 6ada2db

Please sign in to comment.