Skip to content

Commit

Permalink
Make github-CI tests verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Nov 21, 2023
1 parent f730730 commit 22ba341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 22ba341

Please sign in to comment.