Message ID | 20251008131101.21498-1-gert@greenie.muc.de |
---|---|
State | New |
Headers | show |
Series | [Openvpn-devel,v2] GHA: Run options_parse test for MinGW | expand |
Tested on my GH instance, does what it says. Thanks. Your patch has been applied to the master branch. (I will push this together with the commit for gerrit #1256, no need to trigger yet another 20 OpenBSD cmocka build fails) commit cdbb3e4339f315b610cca95546c231c94363a4c9 Author: Frank Lichtenheld Date: Wed Oct 8 15:10:54 2025 +0200 GHA: Run options_parse test for MinGW Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com> Acked-by: Gert Doering <gert@greenie.muc.de> Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1257 Message-Id: <20251008131101.21498-1-gert@greenie.muc.de> URL: https://sourceforge.net/p/openvpn/mailman/message/59243956/ Signed-off-by: Gert Doering <gert@greenie.muc.de> -- kind regards, Gert Doering
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 1cef154..e068f58 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -114,7 +114,7 @@ fail-fast: false matrix: arch: [x86, x64] - test: [argv, auth_token, buffer, cryptoapi, crypto, misc, ncp, packet_id, pkt, provider, ssl, tls_crypt, user_pass] + test: [argv, auth_token, buffer, cryptoapi, crypto, misc, options_parse, ncp, packet_id, pkt, provider, ssl, tls_crypt, user_pass] runs-on: windows-2025 name: "mingw unittest ${{ matrix.test }} - ${{ matrix.arch }} - OSSL"