Skip to content

Commit 032ecd5

Browse files
Updated test launch options
1 parent 0942195 commit 032ecd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: pip3 install -r requirements.txt
2929

3030
- name: Execute tests
31-
run: python3 -m pytest tests
31+
run: python3 -m pytest -s -v tests

0 commit comments

Comments
 (0)