Skip to content

Commit cd2adab

Browse files
committed
forgot verbosity
1 parent ce29510 commit cd2adab

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)