Run cluster tests as part of CI
Former-commit-id: 98d690b8499d0c3085ce56021dac499349898850
This commit is contained in:
parent
ad3de92c57
commit
4a5aa68074
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user