From f5898d5f5d078d976e6c5088bc7640be2d63bb53 Mon Sep 17 00:00:00 2001 From: JacobBarthelmeh Date: Tue, 7 Oct 2025 16:31:43 -0600 Subject: [PATCH] no need to run make check with wolfSSL build, this test is checking C# wrapper tests --- .github/workflows/mono.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/mono.yml b/.github/workflows/mono.yml index d9aa1ba8d..03b3e8512 100644 --- a/.github/workflows/mono.yml +++ b/.github/workflows/mono.yml @@ -27,6 +27,7 @@ jobs: path: wolfssl configure: --enable-usersettings CPPFLAGS=-I$GITHUB_WORKSPACE/wolfssl/wrapper/CSharp install: true + check: false - name: Install mono-complete run: |