From: sashan Date: Wed, 28 May 2025 08:33:33 +0000 (+0200) Subject: - adding rpki test to ci workflow X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=f50e0694245634d9deeed9aaa41a5ff7cac064e9;p=thirdparty%2Fopenssl.git - adding rpki test to ci workflow Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27689) --- diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33d2125fa5a..842681885b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -652,6 +652,8 @@ jobs: run: make test TESTS="test_external_tlsfuzzer" - name: test external Cloudflare quiche run: make test TESTS="test_external_cf_quiche" VERBOSE=1 + - name: test external rpki client + run: make test test_external_rpki-client-portable - name: test ability to produce debuginfo files run: | make debuginfo