Run tests with more clients if possible
Former-commit-id: 3c73eb41bd904953c1e0e2d655d42599f3e9d2a2
This commit is contained in:
parent
5ccd37bdce
commit
871683b46b
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user