Better Testing Logs
This commit is contained in:
2
.github/workflows/python-tests.yml
vendored
2
.github/workflows/python-tests.yml
vendored
@@ -28,4 +28,4 @@ jobs:
|
|||||||
if [ -f Pipfile ]; then pipenv install; fi
|
if [ -f Pipfile ]; then pipenv install; fi
|
||||||
- name: Test with unittest
|
- name: Test with unittest
|
||||||
run: |
|
run: |
|
||||||
pipenv run python -m unittest
|
pipenv run python -m unittest -v
|
||||||
Reference in New Issue
Block a user