Skip to content

Commit 194f3c8

Browse files
committed
debug: unit tests
add verbose ouput
1 parent 7113e81 commit 194f3c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
run: uv sync --all-extras --dev
3131

3232
- name: Run unit tests
33-
run: uv run pytest
33+
run: uv run pytest --verbose --verbosity=10 --capture=no --tb=native --color=yes --showlocals
3434

3535
- name: Type check Python code
3636
run: uv run mypy src

0 commit comments

Comments
 (0)