mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-03-15 14:50:25 +01:00
CI output more verbose
This commit is contained in:
parent
7b607ede2a
commit
cac85f53f8
1 changed files with 2 additions and 3 deletions
5
.github/workflows/CI.yml
vendored
5
.github/workflows/CI.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue