mirror of https://github.com/openssl/openssl.git
- 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:
parent
f50e069424
commit
abe1014d0d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue