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.
This commit is contained in:
Tobias Brunner
2026-04-09 09:53:36 +02:00
parent e8e34c4b33
commit 032d8adcd4
+1
View File
@@ -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 ]