diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8c8f92252..0e8e03b5f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -66,7 +66,7 @@ jobs: - run: pipenv install working-directory: ./tests - name: run snippets - run: pipenv run pytest + run: pipenv run pytest -v working-directory: ./tests format: