X Tutup
Skip to content

Commit 7ed578e

Browse files
committed
Run pytest with -v
1 parent 72e1c4b commit 7ed578e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
python setup.py build_sphinx_man
3838
- name: Test with pytest
3939
run: |
40-
pytest --cov=bpython --cov-report=xml
40+
pytest --cov=bpython --cov-report=xml -v
4141
- name: Upload coverage to Codecov
4242
uses: codecov/codecov-action@v1
4343
env:

0 commit comments

Comments
 (0)
X Tutup