summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorTomas Mraz <tomas@openssl.org>2024-08-06 15:34:00 +0200
committerTomas Mraz <tomas@openssl.org>2024-08-07 18:53:32 +0200
commit33adc0767ef8a404013e5b59bd2e7fbd47d54027 (patch)
treedbec2a47ce1b9727476afd4c941cd28994e3ae4e /.github
parentFix Potential NULL pointer dereference (diff)
downloadopenssl-33adc0767ef8a404013e5b59bd2e7fbd47d54027.tar.xz
openssl-33adc0767ef8a404013e5b59bd2e7fbd47d54027.zip
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)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/coveralls.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml
index b738f89c66..0e2705a95b 100644
--- a/.github/workflows/coveralls.yml
+++ b/.github/workflows/coveralls.yml
@@ -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/*"