From 464326eb0775fe0b3a2cf544a4968c7fd544f65b Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 11 May 2020 21:56:17 -0400 Subject: [PATCH] limit clients to make tests more reliable Former-commit-id: 2c130a816647bacaba5d99d76c19e09b9c9875da --- .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 2ddfaa9cf..5dc2fa246 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 --verbose + ./runtest --clients $(nproc) --verbose - name: cluster-test run: | ./runtest-cluster