From bd6c06dca625b00d87942b0b17af5b8e073d716b Mon Sep 17 00:00:00 2001 From: Tianjing Li Date: Fri, 1 Nov 2024 18:45:22 -0400 Subject: [PATCH] Remove makefile change --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 345eac108..6095376a4 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ down: .PHONY: run-unit-tests run-unit-tests: - poetry run pytest src/backend/tests/unit/routers/test_chat.py --cov=src/backend --cov-report=xml + poetry run pytest src/backend/tests/unit --cov=src/backend --cov-report=xml .PHONY: run-community-tests run-community-tests: