Skip to content
Snippets Groups Projects
Commit 6ada2db0 authored by James Briggs's avatar James Briggs
Browse files

chore: revert to test all test files

parent 4709791c
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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