From 2f49437608c94299ae7655aa1c16f776bf21d72a Mon Sep 17 00:00:00 2001
From: Earl Warren <contact@earl-warren.org>
Date: Wed, 11 Sep 2024 15:45:07 +0200
Subject: [PATCH] Revert "fix: CI: temporarily disable redict tests"

This reverts commit 9d306bbec32a3375af470c06758687c99e1166f1.
---
 .forgejo/workflows/testing.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.forgejo/workflows/testing.yml b/.forgejo/workflows/testing.yml
index a9225797eb..725cd242ee 100644
--- a/.forgejo/workflows/testing.yml
+++ b/.forgejo/workflows/testing.yml
@@ -118,9 +118,8 @@ jobs:
           - image: docker.io/bitnami/redis:7.2
             port: 6379
           # redict
-          # Uncomment when https://codeberg.org/redict/redict-containers/issues/32 is fixed
-          #- image: registry.redict.io/redict:7.3.0-scratch
-          #  port: 6379
+          - image: registry.redict.io/redict:7.3.0-scratch
+            port: 6379
           # valkey
           - image: docker.io/bitnami/valkey:7.2
             port: 6379