From 871683b46b7a7fafd3361a02c681d9ad80754bff Mon Sep 17 00:00:00 2001 From: John Date: Mon, 11 May 2020 08:25:13 +0000 Subject: [PATCH] Run tests with more clients if possible Former-commit-id: 3c73eb41bd904953c1e0e2d655d42599f3e9d2a2 --- .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 1572316e9..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 --clients 2 --verbose + ./runtest --clients $(nproc) --verbose - name: cluster-test run: | ./runtest-cluster