From 6ada2db001bee3e6f6d3f9f44d43c7c21e509426 Mon Sep 17 00:00:00 2001 From: James Briggs <35938317+jamescalam@users.noreply.github.com> Date: Sun, 12 Jan 2025 14:22:38 +0000 Subject: [PATCH] chore: revert to test all test files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 204a5f94..ad9e9357 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 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 -- GitLab