Disable fail-fast

pull/2127/head
Paul Pfeister 7 months ago
parent e32a84ea05
commit beb4f3eaf6
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -10,6 +10,7 @@ jobs:
regression-testing:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false # We want to know what version it fails on
matrix:
os: [
ubuntu-latest,

Loading…
Cancel
Save