Better Testing Logs

This commit is contained in:
2023-04-04 20:21:35 -03:00
parent 9d9ab56f7f
commit 80bcde9154

View File

@@ -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