mirror of https://github.com/openssl/openssl.git
- adding rpki test to ci workflow
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
1eb79b51e7
commit
f50e069424
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue