diff --git a/Makefile b/Makefile index d85cd9f8..fd71c28a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ install_poetry: curl -sSL https://install.python-poetry.org | python - poetry install -tests: install tests_only tests_pre_commit +tests: tests_only tests_pre_commit tests_pre_commit: poetry run pre-commit run --all-files @@ -16,4 +16,4 @@ tests_only: poetry run pytest --cov=./ --cov-report=xml --cov-report=html -vv build_sync: - poetry run unasync storage3 tests \ No newline at end of file + poetry run unasync storage3 tests