8000 Run tests in verbose mode · IBMZ-Linux-OSS-Python/anyio@e0e78ee · GitHub
[go: up one dir, main page]

Skip to content

Commit e0e78ee

Browse files
committed
Run tests in verbose mode
This will show which test caused the step to time out.
1 parent f640cbe commit e0e78ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Install dependencies
5353
run: pip install .[test] coveralls
5454
- name: Test with pytest
55-
run: coverage run -m pytest
55+
run: coverage run -m pytest -v
5656
timeout-minutes: 5
5757
env:
5858
PYTEST_DISABLE_PLUGIN_AUTOLOAD: 1

0 commit comments

Comments
 (0)
0