CI: GitHub: show all build failures

Change-Id: I4a5aeb123aa89a30371a36788188964ca924ca12
This commit is contained in:
Jan Kundrát
2022-07-07 16:31:44 +02:00
parent 6ad4593f41
commit 7f5043622b

View File

@@ -23,6 +23,7 @@ jobs:
with:
files: ${{ github.workspace }}/cover/coverage.xml
strategy:
fail-fast: false
matrix:
tox_env:
- py38
@@ -107,6 +108,7 @@ jobs:
pip install --editable .
pytest -vv
strategy:
fail-fast: false
matrix:
include:
- os: windows-2019