coveralls.yml: Do not run tests in parallel
Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Neil Horman <nhorman@openssl.org> (Merged from https://github.com/openssl/openssl/pull/25105)
This commit is contained in:
parent
18d491a682
commit
33adc0767e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/coveralls.yml
vendored
2
.github/workflows/coveralls.yml
vendored
|
@ -72,7 +72,7 @@ jobs:
|
|||
cat /proc/cpuinfo
|
||||
./util/opensslwrap.sh version -c
|
||||
- name: make test
|
||||
run: make test HARNESS_JOBS=${HARNESS_JOBS:-4} TESTS='-test_external_krb5'
|
||||
run: make test TESTS='-test_external_krb5'
|
||||
- name: generate coverage info
|
||||
run: lcov -d . -c
|
||||
--exclude "${PWD}/test/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue