diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 3f251751d..e3c3d4132 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -93,14 +93,14 @@ jobs: path: config.log retention-days: 5 - crypto-plugins: + crypto: needs: pre-check if: ${{ needs.pre-check.outputs.should_skip != 'true' }} runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, ubuntu-22.04 ] test: [ botan, wolfssl, openssl, openssl-3, openssl-awslc, gcrypt ] + os: [ ubuntu-latest, ubuntu-22.04 ] leak-detective: [ no, yes ] exclude: # test custom-built libs only on the latest platform