Skip to content

Commit 016c2cf

Browse files
committed
Makes unittests verbose
1 parent 4978eaa commit 016c2cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: pip install -r test_requirements.txt
2525

2626
- name: Unittests
27-
run: pytest
27+
run: pytest -v
2828

2929
- name: Lint
3030
run: black --diff --check --verbose .

0 commit comments

Comments
 (0)