limit clients to make tests more reliable
Former-commit-id: 2c130a816647bacaba5d99d76c19e09b9c9875da
This commit is contained in:
parent
ceb8f19078
commit
a140345bd0
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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 --verbose
|
./runtest --clients $(nproc) --verbose
|
||||||
- name: cluster-test
|
- name: cluster-test
|
||||||
run: |
|
run: |
|
||||||
./runtest-cluster
|
./runtest-cluster
|
||||||
|
Loading…
x
Reference in New Issue
Block a user