1
0
Fork 0
mirror of https://github.com/fjosw/pyerrors.git synced 2025-03-15 23:00:25 +01:00

ci: example workflow fail fast false.

This commit is contained in:
Fabian Joswig 2023-02-19 18:30:33 +00:00
parent 0bc08be634
commit a538be82d7
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ jobs:
examples:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest]
python-version: ["3.8", "3.10"]