Merge pull request #6 from HideyoshiNakazone/implements-better-tests-logging
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
|
||||
- name: Test with unittest
|
||||
run: |
|
||||
pipenv run python -m unittest
|
||||
pipenv run python -m unittest -v
|
||||
Reference in New Issue
Block a user