diff --git a/makefile b/makefile index 64665b2..a569ccd 100644 --- a/makefile +++ b/makefile @@ -27,7 +27,7 @@ test-inte: build test-e2e: build poetry run pytest -v --disable-warnings --cov=terminalgpt tests/e2e -publish: test +publish: test-unit test-inte poetry publish run-install: