diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/auto.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/auto.yml b/.github/workflows/auto.yml index b89766e..81b0ab0 100644 --- a/.github/workflows/auto.yml +++ b/.github/workflows/auto.yml @@ -34,5 +34,5 @@ jobs: run: poetry install # Run unittests - - name: Install poetry dependencies - run: poetry run pytest + - name: Run unittests + run: poetry run pytest -v |