diff --git a/Makefile b/Makefile index d3522e1f..5f62404d 100644 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ tests: tests-basic: poetry run pytest tests/basic + poetry run pytest tests/test_api.py lint: poetry run ruff check docetl/* --fix