Run sentinel and module tests under CI

Former-commit-id: 58752bb8feff60199a4351e5e659fd94ecfe3172
This commit is contained in:
John Sully 2020-05-10 18:05:05 -04:00
parent 318858eb4f
commit 294f11a66d

View File

@ -18,6 +18,13 @@ jobs:
- name: cluster-test
run: |
./runtest-cluster
- name: sentinel test
run: |
./runtest-sentinel
- name: module tests
run: |
./runtest-moduleapi
test-ubuntu-arm:
runs-on: [self-hosted, linux, arm]
@ -31,6 +38,9 @@ jobs:
run: |
sudo apt-get -y install tcl8.5
./runtest --clients 2 --verbose
- name: module tests
run: |
./runtest-moduleapi
build-ubuntu-old:
runs-on: ubuntu-16.04