From dcfeaecd89ef8509a78a69443ad71cfe23b972c9 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 30 Nov 2021 14:02:28 -0800 Subject: make: don't run lint as part of test --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5614216..5b14370 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 +test: ## Run all tests pipenv run pytest .PHONY: coverage -- cgit v1.2.3