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

chore: temp reduce tests to sync

parent 5b18e5fd
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,7 @@ lint lint_diff: ...@@ -12,7 +12,7 @@ lint lint_diff:
poetry run mypy $(PYTHON_FILES) poetry run mypy $(PYTHON_FILES)
test: test:
poetry run pytest -vv --cov=semantic_router --cov-report=term-missing --cov-report=xml --exitfirst --maxfail=1 poetry run pytest -vv --cov=semantic_router --cov-report=term-missing --cov-report=xml --exitfirst --maxfail=1 tests/unit/test_sync.py
test_functional: test_functional:
poetry run pytest -vv --exitfirst --maxfail=1 tests/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