From 98e328dafc403f8b3efc8f3bade20ab35a90d19b Mon Sep 17 00:00:00 2001 From: Juliusz Sosinowicz Date: Mon, 12 Feb 2024 19:14:39 +0100 Subject: [PATCH] Enable master openvpn testing Depends on https://github.com/wolfSSL/wolfssl/pull/7236 --- .github/workflows/openvpn.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openvpn.yml b/.github/workflows/openvpn.yml index 56b37465d..b8a76ac48 100644 --- a/.github/workflows/openvpn.yml +++ b/.github/workflows/openvpn.yml @@ -30,7 +30,7 @@ jobs: fail-fast: false matrix: # List of refs to test - ref: [ release/2.6, v2.6.0 ] # 'master' is currently broken + 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.