diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 770ec1ae2d..00d96c9eee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,7 +66,7 @@ jobs: poetry install --with dev --without docs --no-interaction -E slurm -E gunicorn $DB - name: Test with pytest - run: poetry run coverage run --concurrency=thread,greenlet,multiprocessing -m pytest + run: poetry run coverage run --concurrency=thread,greenlet,multiprocessing -m pytest -s --log-cli-level info - name: Upload coverage data uses: actions/upload-artifact@v3