diff --git a/Makefile b/Makefile
index 204a5f942a202e82dc26790e6e4e462b52c937d7..ad9e9357b56985d41ad634933aad831d3a2cc83d 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