diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b7d93d1..fe758e3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,6 +73,7 @@ jobs: - name: Run the automated tests run: >- poetry run pytest + --color=yes -s --tb=long -o junit_suite_name=${{ matrix.os }}-python${{ matrix.python-version }}-poetry${{ matrix.poetry-version }}