diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 96373ba..02921fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,7 +45,7 @@ jobs: python -m poetry install - name: Test - run: poetry run python3 -m unittest discover + run: poetry run python3 -m unittest discover -v Release: needs: Quality