diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 7987fae6..bf4ed874 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -34,4 +34,4 @@ jobs: - name: Test with pytest run: | # run tests with pytest (unittest tests will be collected as well) - pytest + pytest -vv