Run sentinel and module tests under CI
Former-commit-id: 58752bb8feff60199a4351e5e659fd94ecfe3172
This commit is contained in:
parent
318858eb4f
commit
294f11a66d
10
.github/workflows/ci.yml
vendored
10
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user