diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5d476f06..1572316e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: test run: | sudo apt-get -y install tcl8.5 - ./runtest --clients $(nproc - 1) --verbose + ./runtest --clients 2 --verbose - name: cluster-test run: | ./runtest-cluster