]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
github: Continue crypto tests even if OpenSSL tests fail master
authorTobias Brunner <tobias@strongswan.org>
Thu, 9 Apr 2026 07:25:23 +0000 (09:25 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 9 Apr 2026 07:53:36 +0000 (09:53 +0200)
These can sometimes fail because of sync issues with Ubuntu debug symbol
packages, let other crypto tests continue.

.github/workflows/linux.yml

index 458b45b83804da5f1f7e4952c7b0e980ee7be3ef..639045580130538d17c77a38c29a91be9733d229 100644 (file)
@@ -101,6 +101,7 @@ jobs:
     needs: pre-check
     if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
     runs-on: ${{ matrix.os }}
     needs: pre-check
     if: ${{ needs.pre-check.outputs.should_skip != 'true' }}
     runs-on: ${{ matrix.os }}
+    continue-on-error: ${{ startsWith(matrix.test, 'openssl') }}
     strategy:
       matrix:
         test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ]
     strategy:
       matrix:
         test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ]