From 26473bef39f6acf0fd2fd7d7f2441544f8678954 Mon Sep 17 00:00:00 2001 From: Martin Bernstorff Date: Fri, 27 Oct 2023 19:47:57 +0000 Subject: [PATCH] ci: run tests --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefile b/makefile index 53463f48..643fe1c7 100644 --- a/makefile +++ b/makefile @@ -12,7 +12,7 @@ install: pip install -e . test: ## Run tests - pytest $(SRC_PATH) + pytest tests lint: ## Format code ruff format .