Skip to content

Commit b246858

Browse files
committed
list all test names
1 parent 7388f69 commit b246858

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
shell: bash
6868
run: |
6969
70-
pytest tests
70+
pytest -rA tests
7171
7272
- name: Test mwe
7373
shell: bash
@@ -106,9 +106,9 @@ jobs:
106106
shell: bash
107107
run: |
108108
if [ ${{ matrix.os }} == 'windows-2022' ]; then
109-
pytest -s tests/test_other_hosts.py
109+
pytest -rAs tests/test_other_hosts.py
110110
else
111-
pytest --capture=tee-sys tests/test_other_hosts.py
111+
pytest -rA --capture=tee-sys tests/test_other_hosts.py
112112
fi
113113
114114
test-examples:

0 commit comments

Comments
 (0)