Run cluster tests as part of CI

Former-commit-id: 98d690b8499d0c3085ce56021dac499349898850
This commit is contained in:
John Sully 2020-04-29 18:41:51 -04:00 committed by GitHub
parent ad3de92c57
commit 4a5aa68074

View File

@ -15,6 +15,7 @@ jobs:
run: |
sudo apt-get -y install tcl8.5
./runtest --clients 2 --verbose
./runtest-cluster
test-ubuntu-arm:
runs-on: [self-hosted, linux, arm]
@ -28,6 +29,7 @@ jobs:
run: |
sudo apt-get -y install tcl8.5
./runtest --clients 2 --verbose
./runtest-cluster
build-ubuntu-old:
runs-on: ubuntu-16.04