From 80bcde915434bbb549783e4e8030c9cbd56f8468 Mon Sep 17 00:00:00 2001 From: Vitor Hideyoshi Date: Tue, 4 Apr 2023 20:21:35 -0300 Subject: [PATCH] Better Testing Logs --- .github/workflows/python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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