From ecf6f508186ec2a3a454282a31e1ec42427f3bb5 Mon Sep 17 00:00:00 2001 From: alya Date: Mon, 21 Oct 2024 19:32:22 +0300 Subject: [PATCH] CI: add etst_Redis_manager to unit tests --- .github/workflows/unit-tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index 9d6793e36..dbf7197c6 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -58,6 +58,7 @@ jobs: - tests/test_spamhaus.py - tests/test_evidence_handler.py - tests/test_alert_handler.py + - tests/test_redis_manager.py steps: - uses: actions/checkout@v4