From 35ad3b53fcd0bfd15bbf8537cf27e6071f8e9352 Mon Sep 17 00:00:00 2001 From: John Sully Date: Mon, 11 May 2020 22:04:52 -0400 Subject: [PATCH] Reduce test load for more reliability Former-commit-id: 3f8f9743c1f6d75647cfbdbc1544a8c8a5142df3 --- .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 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