Disable fail-fast

This commit is contained in:
Paul Pfeister 2024-05-20 17:07:07 -04:00
parent e32a84ea05
commit beb4f3eaf6
No known key found for this signature in database
GPG key ID: 70D33A96CBD7A994

View file

@ -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,