- fix typo in github action

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/27689)
This commit is contained in:
sashan 2025-05-28 18:04:40 +02:00 committed by Neil Horman
parent f50e069424
commit abe1014d0d
1 changed files with 1 additions and 1 deletions

View File

@ -653,7 +653,7 @@ jobs:
- name: test external Cloudflare quiche - name: test external Cloudflare quiche
run: make test TESTS="test_external_cf_quiche" VERBOSE=1 run: make test TESTS="test_external_cf_quiche" VERBOSE=1
- name: test external rpki client - 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 - name: test ability to produce debuginfo files
run: | run: |
make debuginfo make debuginfo