Skip to content

Commit 4542abc

Browse files
Update python-app.yml
1 parent e83f82a commit 4542abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install -e .
3030
- name: Test with pytest
3131
run: |
32-
pytest --cov=adapt
32+
pytest -vv --cov=adapt
3333
- name: Upload codecov
3434
run: |
3535
codecov

0 commit comments

Comments
 (0)