From abe1014d0de696f1a3f108f496d887585d39b68d Mon Sep 17 00:00:00 2001 From: sashan Date: Wed, 28 May 2025 18:04:40 +0200 Subject: [PATCH] - fix typo in github action Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/27689) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2