[Openvpn-devel,v2] GHA: Run options_parse test for MinGW

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

Commit Message

Gert Doering Oct. 8, 2025, 1:10 p.m. UTC
From: Frank Lichtenheld <frank@lichtenheld.com>

Github: #859
Change-Id: I7d9ffdc7d109b3fcbd91543506f16d23000fb136
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
---

This change was reviewed on Gerrit and approved by at least one
developer. I request to merge it to master.

Gerrit URL: https://gerrit.openvpn.net/c/openvpn/+/1257
This mail reflects revision 2 of this Change.

Acked-by according to Gerrit (reflected above):
Gert Doering <gert@greenie.muc.de>

Comments

Gert Doering Oct. 8, 2025, 1:32 p.m. UTC | #1
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

Patch

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"