Also test with multiple threads

Former-commit-id: a10a0df09f103f74953ae127b64c2e891f73191e
This commit is contained in:
John Sully 2020-05-30 02:10:00 -04:00
parent fe474d63df
commit d01d3816aa

View File

@ -15,8 +15,11 @@ jobs:
run: |
sudo apt-get -y install uuid-dev libcurl4-openssl-dev
make -j8
- name: 'test 20x'
- name: test-multithread
run: |
sudo apt-get install tcl8.5
./runtest --loopn 3 --config server-threads 3 --clients 2
- name: 'test 20x'
run: |
./runtest --loopn 20 --clients 10