Skip to content

Commit e69c59b

Browse files
committed
Add verbose outputs to testing
1 parent f1e6e51 commit e69c59b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# run all tests & coverage
9090
- name: Run Test
9191
shell: bash -l {0}
92-
run: coverage run -m pytest
92+
run: coverage run -m pytest -v --tb=short
9393

9494
# upload coverage data
9595
- name: Upload coverage data to coveralls.io

0 commit comments

Comments
 (0)