coverage: enable extended EVP tests
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/26750)
This commit is contained in:
parent
740e43f074
commit
de194a6074
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
|||
cat /proc/cpuinfo
|
||||
./util/opensslwrap.sh version -c
|
||||
- name: make test
|
||||
run: make test TESTS='-test_external_krb5'
|
||||
run: make test TESTS='-test_external_krb5' EVP_TEST_EXTENDED=1
|
||||
- name: generate coverage info
|
||||
run: lcov -d . -c
|
||||
--exclude "${PWD}/test/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue