From a3e0c42dc47e6ab4c01a11cdf7e5a5e1e6296bc6 Mon Sep 17 00:00:00 2001 From: John Sully Date: Wed, 29 Apr 2020 18:43:55 -0400 Subject: [PATCH] cluster tests should be a named task Former-commit-id: f715d0b860816165a2748ebf21876df87756a25a --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 026d00592..478944397 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,6 +15,8 @@ jobs: run: | sudo apt-get -y install tcl8.5 ./runtest --clients 2 --verbose + - name: cluster-test + run: | ./runtest-cluster test-ubuntu-arm: @@ -29,6 +31,8 @@ jobs: run: | sudo apt-get -y install tcl8.5 ./runtest --clients 2 --verbose + - name: cluster-test + run: | ./runtest-cluster build-ubuntu-old: