Reduce test load for more reliability
Former-commit-id: 3f8f9743c1f6d75647cfbdbc1544a8c8a5142df3
This commit is contained in:
parent
464326eb07
commit
35ad3b53fc
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 --clients $(nproc) --verbose
|
./runtest --clients $(nproc - 1) --verbose
|
||||||
- name: cluster-test
|
- name: cluster-test
|
||||||
run: |
|
run: |
|
||||||
./runtest-cluster
|
./runtest-cluster
|
||||||
|
Loading…
x
Reference in New Issue
Block a user