CI output more verbose

This commit is contained in:
Fabian Joswig 2021-10-13 09:43:40 +01:00
parent 7b607ede2a
commit cac85f53f8

View file

@ -8,7 +8,7 @@ on:
pull_request:
jobs:
test:
pytest:
runs-on: ubuntu-latest
strategy:
fail-fast: true
@ -23,7 +23,6 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Install
run: |
@ -32,4 +31,4 @@ jobs:
pip install pytest
- name: Run tests
run: pytest
run: pytest -v