From b09bbda3a7c36d034dcbae5146538d257cdbf91f Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 11 May 2020 22:09:27 -0400 Subject: [PATCH] Update ci.yml Former-commit-id: d06c6c67ea36a21e515390405a0f947a23ec4b42 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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