From 294f11a66d9cb15fb069722f36a2c387a5b959c7 Mon Sep 17 00:00:00 2001 From: John Sully Date: Sun, 10 May 2020 18:05:05 -0400 Subject: [PATCH] Run sentinel and module tests under CI Former-commit-id: 58752bb8feff60199a4351e5e659fd94ecfe3172 --- .github/workflows/ci.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef1333982..b9bebf2e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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