From 33adc0767ef8a404013e5b59bd2e7fbd47d54027 Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 6 Aug 2024 15:34:00 +0200 Subject: [PATCH] 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) --- .github/workflows/coveralls.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/*" -- 2.47.3