aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef8354b..6d97255 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ fmt: ## Run code formating on all source code
pipenv run black *.py chocula/ tests/
.PHONY: test
-test: lint ## Run all tests and lints
+test: lint ## Run all tests
pipenv run pytest
.PHONY: coverage