Avoid failing all other matrix tests if one fails (#2839)

This commit is contained in:
Maycon Santos 2024-11-05 13:28:42 +01:00 committed by GitHub
parent a9d06b883f
commit 5b46cc8e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,6 +13,7 @@ concurrency:
jobs: jobs:
test: test:
strategy: strategy:
fail-fast: false
matrix: matrix:
arch: [ '386','amd64' ] arch: [ '386','amd64' ]
store: [ 'sqlite', 'postgres'] store: [ 'sqlite', 'postgres']