From: Tobias Brunner Date: Thu, 9 Apr 2026 07:25:23 +0000 (+0200) Subject: github: Continue crypto tests even if OpenSSL tests fail X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=inline;p=thirdparty%2Fstrongswan.git github: Continue crypto tests even if OpenSSL tests fail These can sometimes fail because of sync issues with Ubuntu debug symbol packages, let other crypto tests continue. --- diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 458b45b838..6390455801 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -101,6 +101,7 @@ jobs: 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 ]