From 0c734168680781d6f145f2415a46da117e47c68a Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Sun, 12 Jan 2025 09:02:11 +0000 Subject: [PATCH] chore: temp reduce tests to sync --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bc17e03..204a5f94 100644 --- a/Makefile +++ b/Makefile @@ -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 + poetry run pytest -vv --cov=semantic_router --cov-report=term-missing --cov-report=xml --exitfirst --maxfail=1 tests/unit/test_sync.py test_functional: poetry run pytest -vv --exitfirst --maxfail=1 tests/functional -- GitLab