Skip to content

Commit e160e6f

Browse files
committed
debug
1 parent 8ca7366 commit e160e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Test tasks with pytest
3535
env:
3636
COVERAGE_FILE: coverage-data-tasks-${{ matrix.python-version }}
37-
run: poetry run coverage run -m pytest tests/dev --ignore tests/tasks
37+
run: poetry run coverage run --debug=trace -m pytest tests/dev --ignore tests/tasks
3838

3939
- name: Upload coverage data
4040
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)