From: sashan Date: Wed, 28 May 2025 16:04:40 +0000 (+0200) Subject: - fix typo in github action X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=abe1014d0de696f1a3f108f496d887585d39b68d;p=thirdparty%2Fopenssl.git - fix typo in github action 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 842681885b6..0f5a991edde 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -653,7 +653,7 @@ jobs: - 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 + run: make test TESTS="test_external_rpki-client-portable" - name: test ability to produce debuginfo files run: | make debuginfo