From 62205846c152f21e3ce230bd32881dbac3773bb1 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Mon, 25 Mar 2024 15:31:24 +0100 Subject: [PATCH] .builds: re-enable sentinel tests Signed-off-by: Drew DeVault --- .builds/alpine.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.builds/alpine.yml b/.builds/alpine.yml index 0d4285d58..4ef8e1ca1 100644 --- a/.builds/alpine.yml +++ b/.builds/alpine.yml @@ -24,10 +24,9 @@ tasks: - runtest-cluster: | cd redict ./runtest-cluster -# TODO: these need some work -# - runtest-sentinel: | -# cd redict -# ./runtest-sentinel + - runtest-sentinel: | + cd redict + ./runtest-sentinel - runtest-moduleapi: | cd redict ./runtest-moduleapi