We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f6461 commit c98aedcCopy full SHA for c98aedc
3 files changed
.github/workflows/lint-and-type-check.yml
@@ -60,7 +60,7 @@ jobs:
60
- name: Run tests
61
run: |
62
echo "Running pytest..."
63
- pytest tests/ -v --tb=short
+ pytest tests/ -vv --tb=short
64
continue-on-error: false
65
66
summary:
.github/workflows/pyinstaller.yml
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
build:
.github/workflows/release.yml
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
- name: Test CLI
0 commit comments