summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
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/*"