1
0
mirror of https://github.com/pgbackrest/pgbackrest.git synced 2025-10-30 23:37:45 +02:00

Allow multi-architecture tests to continue if one fails.

This commit is contained in:
David Steele
2025-10-04 13:49:54 +02:00
parent 24802a08b4
commit a451ed22f4

View File

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