Skip to content

Commit c98aedc

Browse files
committed
ci: increase pytest verbosity to -vv for better test visibility
1 parent 40f6461 commit c98aedc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/lint-and-type-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- name: Run tests
6161
run: |
6262
echo "Running pytest..."
63-
pytest tests/ -v --tb=short
63+
pytest tests/ -vv --tb=short
6464
continue-on-error: false
6565

6666
summary:

.github/workflows/pyinstaller.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Run tests
5656
run: |
5757
echo "Running pytest..."
58-
pytest tests/ -v --tb=short
58+
pytest tests/ -vv --tb=short
5959
continue-on-error: false
6060

6161
build:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Run tests
6868
run: |
6969
echo "Running pytest..."
70-
pytest tests/ -v --tb=short
70+
pytest tests/ -vv --tb=short
7171
continue-on-error: false
7272

7373
- name: Test CLI

0 commit comments

Comments
 (0)