Skip to content

Commit 3587b2d

Browse files
committed
Update unit-tests.yaml
1 parent 9dd8d47 commit 3587b2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: uvx poetry install --with dev
3333

3434
- name: Unit tests
35-
run: uvx poetry run pytest tests/ --cov --cov-report=xml
35+
run: uvx poetry run pytest tests/ --cov --cov-report=xml -vv
3636

3737
- name: Upload coverage reports to Codecov
3838
uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)