Skip to content

Commit

Permalink
Remove makefile change
Browse files Browse the repository at this point in the history
  • Loading branch information
tianjing-li committed Nov 1, 2024
1 parent c01c05c commit bd6c06d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bd6c06d

Please sign in to comment.