diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5dc2fa246..c5d476f06 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) --verbose + ./runtest --clients $(nproc - 1) --verbose - name: cluster-test run: | ./runtest-cluster