Skip to content

Commit bd6c06d

Browse files
committed
Remove makefile change
1 parent c01c05c commit bd6c06d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ down:
1616

1717
.PHONY: run-unit-tests
1818
run-unit-tests:
19-
poetry run pytest src/backend/tests/unit/routers/test_chat.py --cov=src/backend --cov-report=xml
19+
poetry run pytest src/backend/tests/unit --cov=src/backend --cov-report=xml
2020

2121
.PHONY: run-community-tests
2222
run-community-tests:

0 commit comments

Comments
 (0)