You've already forked pgbackrest
mirror of
https://github.com/pgbackrest/pgbackrest.git
synced 2026-06-20 01:17:49 +02:00
Allow multi-architecture tests to continue if one fails.
This commit is contained in:
@@ -91,6 +91,9 @@ jobs:
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
strategy:
|
||||
# Let all the jobs run to completion even if one fails
|
||||
fail-fast: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- arch: 'ppc64le'
|
||||
|
||||
Reference in New Issue
Block a user