Skip to content

Commit f81e6db

Browse files
committed
ci: GHA: do not use -v/-vv with outer runs
1 parent af18072 commit f81e6db

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,27 +66,21 @@ jobs:
6666
# Coverage for:
6767
# - osx
6868
# - pygments
69-
# - verbosity=1
7069
- name: "macos-py36"
7170
python: "3.6"
7271
os: macos-latest
7372
tox_env: "py36-pygments-coverage"
74-
pytest_addopts: "--verbosity=1"
7573

7674
- name: "windows-py37 (1)"
7775
python: "3.7"
7876
os: windows-latest
7977
tox_env: "py37-coverage-grouped"
80-
# Coverage for:
81-
# - verbosity=2
82-
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=1"
78+
pytest_addopts: "--test-group-count 2 --test-group=1"
8379
- name: "windows-py37 (2)"
8480
python: "3.7"
8581
os: windows-latest
8682
tox_env: "py37-coverage-grouped"
87-
# Coverage for:
88-
# - verbosity=2
89-
pytest_addopts: "--verbosity=2 --test-group-count 2 --test-group=2"
83+
pytest_addopts: "--test-group-count 2 --test-group=2"
9084

9185
- name: "xdist"
9286
python: "3.8"

0 commit comments

Comments
 (0)