Skip to content

Commit 8c0d01e

Browse files
committed
Make pytest output verbose in CI
1 parent b250860 commit 8c0d01e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: pip install -U -r requirements-test.txt
3131
- name: Run pytest
32-
run: pytest --cov --cov-report= tests/
32+
run: pytest -vv --cov --cov-report= tests/
3333
- name: Upload coverage artifact
3434
uses: actions/[email protected]
3535
with:
@@ -81,4 +81,4 @@ jobs:
8181
- name: Install dependencies
8282
run: pip install -U -r requirements-test.txt
8383
- name: Run pytest
84-
run: pytest
84+
run: pytest -vv

0 commit comments

Comments
 (0)