diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index aac5cb2..4f2d764 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -28,4 +28,4 @@ jobs: if [ -f Pipfile ]; then pipenv install; fi - name: Test with unittest run: | - pipenv run python -m unittest \ No newline at end of file + pipenv run python -m unittest -v \ No newline at end of file