Reduce test load for more reliability

Former-commit-id: 3f8f9743c1f6d75647cfbdbc1544a8c8a5142df3
This commit is contained in:
John Sully 2020-05-11 22:04:52 -04:00 committed by GitHub
parent 464326eb07
commit 35ad3b53fc

View File

@ -18,7 +18,7 @@ jobs:
- name: test - name: test
run: | run: |
sudo apt-get -y install tcl8.5 sudo apt-get -y install tcl8.5
./runtest --clients $(nproc) --verbose ./runtest --clients $(nproc - 1) --verbose
- name: cluster-test - name: cluster-test
run: | run: |
./runtest-cluster ./runtest-cluster