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