Run tests with more clients if possible

Former-commit-id: 3c73eb41bd904953c1e0e2d655d42599f3e9d2a2
This commit is contained in:
John 2020-05-11 08:25:13 +00:00
parent 5ccd37bdce
commit 871683b46b

View File

@ -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