]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Resequence tests so redis ones run sequentially
authorNick Porter <nick@portercomputing.co.uk>
Tue, 31 Jan 2023 16:25:39 +0000 (16:25 +0000)
committerNick Porter <nick@portercomputing.co.uk>
Wed, 1 Feb 2023 18:42:16 +0000 (18:42 +0000)
Redis tests all call scripts to reset the same cluster - so cannot run
in parallel

.github/actions/ci-tests/action.yml

index 5b1e573e53c9512c0af4144f4b64e512ff2bb547..491ddf6ee4a501bc090266a6ad98896b1671c9d2 100644 (file)
@@ -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: