From 4a5aa68074030f00557a22a8acf24f4c367f451e Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 29 Apr 2020 18:41:51 -0400 Subject: [PATCH] Run cluster tests as part of CI Former-commit-id: 98d690b8499d0c3085ce56021dac499349898850 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61309ac21..026d00592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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