From: Tomas Mraz Date: Tue, 6 Aug 2024 13:34:00 +0000 (+0200) Subject: coveralls.yml: Do not run tests in parallel X-Git-Tag: openssl-3.4.0-alpha1~219 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33adc0767ef8a404013e5b59bd2e7fbd47d54027;p=thirdparty%2Fopenssl.git coveralls.yml: Do not run tests in parallel Reviewed-by: Matt Caswell Reviewed-by: Neil Horman (Merged from https://github.com/openssl/openssl/pull/25105) --- diff --git a/.github/workflows/coveralls.yml b/.github/workflows/coveralls.yml index b738f89c661..0e2705a95be 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/*"