cluster tests should be a named task

Former-commit-id: f715d0b860816165a2748ebf21876df87756a25a
This commit is contained in:
John Sully 2020-04-29 18:43:55 -04:00 committed by GitHub
parent 4a5aa68074
commit a3e0c42dc4

View File

@ -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: