Skip to content

Commit 30331a4

Browse files
committed
chore: integrate backend tests to ci
1 parent e5db78b commit 30331a4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: install dependencies
3535
run: uv sync --frozen
3636

37-
# TODO: tests
38-
# - name: run tests
39-
# run: uv run pytest -v
37+
- name: run tests
38+
run: uv run pytest -v --cov --cov-report=term
4039

4140
frontend:
4241
name: frontend tests

0 commit comments

Comments
 (0)