From: Nick Porter Date: Tue, 31 Jan 2023 16:25:39 +0000 (+0000) Subject: Resequence tests so redis ones run sequentially X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b397d1a1b4d84d79ea8e0d64347eb667fc324254;p=thirdparty%2Ffreeradius-server.git Resequence tests so redis ones run sequentially Redis tests all call scripts to reset the same cluster - so cannot run in parallel --- diff --git a/.github/actions/ci-tests/action.yml b/.github/actions/ci-tests/action.yml index 5b1e573e53c..491ddf6ee4a 100644 --- a/.github/actions/ci-tests/action.yml +++ b/.github/actions/ci-tests/action.yml @@ -195,7 +195,9 @@ runs: run: | [ -d /opt/openssl ] && export PATH=/opt/openssl/bin:$PATH - make -j `nproc` test.keywords test.unit test.modules test.auth test.digest + make -j `nproc` test.keywords test.unit test.auth test.digest + make test.modules.redis test.modules.redis_ippool + make -j `nproc` test.modules make ci-test env: