Increase verbosity in ci tests for now

signint_saviour
Tyler Goodlet 2022-07-28 18:55:07 -04:00
parent c0cd99e374
commit 1d4d55f5cd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ jobs:
run: pip install -U . -r requirements-test.txt -r requirements-docs.txt --upgrade-strategy eager
- name: Run tests
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs
run: pytest tests/ --spawn-backend=${{ matrix.spawn_backend }} -rs -v --full-trace
# We skip 3.10 on windows for now due to
# https://github.com/pytest-dev/pytest/issues/8733