diff --git a/Makefile b/Makefile index 416eab1..92e6e6b 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ tests-dev: ## run tests in development mode .venv/bin/pytest --pdb -vvv tests .PHONY: tests-ci -tests-dev: ## run tests in development mode +tests-ci: ## run testds in the CI .venv/bin/pytest -vvv tests .PHONY: help