These can sometimes fail because of sync issues with Ubuntu debug symbol
packages, let other crypto tests continue.
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 ]