diff --git a/.github/workflows/openvpn.yml b/.github/workflows/openvpn.yml index 10a20b065f..97243cb9ea 100644 --- a/.github/workflows/openvpn.yml +++ b/.github/workflows/openvpn.yml @@ -39,8 +39,7 @@ jobs: fail-fast: false matrix: # List of refs to test - # disabled master on 20240514 -- see https://github.com/wolfSSL/wolfssl/issues/7508 - ref: [ release/2.6, v2.6.0 ] + ref: [ release/2.6, v2.6.0, master ] name: ${{ matrix.ref }} runs-on: ubuntu-latest # This should be a safe limit for the tests to run.