From: Neil Horman Date: Wed, 23 Jul 2025 15:52:03 +0000 (-0400) Subject: Add mdebug config for coveralls on master branch X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=22d7d1d7d0f8cfc3c6d8b890a4460bddc4887483;p=thirdparty%2Fopenssl.git Add mdebug config for coveralls on master branch enable mdebug on coveralls for the master branch so that, when testing we run our memory failure tests and pick up the extra test coverage Reviewed-by: Matt Caswell Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/28078) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index 41d5bfdfce5..e1c59ae1f01 100644 --- a/.github/workflows/coveralls.yml +++ b/.github/workflows/coveralls.yml @@ -62,7 +62,7 @@ jobs: "extra_config": "no-afalgeng enable-fips" }, { "branch": "master", - "extra_config": "no-afalgeng enable-fips enable-tfo enable-lms" + "extra_config": "no-afalgeng enable-fips enable-tfo enable-lms enable-crypto-mdebug enable-allocfail-tests" }] EOF )