]> git.ipfire.org Git - thirdparty/rspamd.git/commitdiff
[Minor] Enable multimap module in WebUI E2E workflow 5574/head
authorAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 15 Aug 2025 06:43:51 +0000 (09:43 +0300)
committerAlexander Moisseev <moiseev@mezonplus.ru>
Fri, 15 Aug 2025 06:43:51 +0000 (09:43 +0300)
.github/workflows/ci_webui_e2e_playwright.yml

index 2d32a527965788898c8bc010e12a05fefe15691e..b214fcee0b7665f39828432aafcc88f9eee9a507 100644 (file)
@@ -58,8 +58,6 @@ jobs:
           type = "console";
           level = "error";
           EOF
-          # Disable multimap module to prevent hyperscan cache issues at runtime
-          echo 'enabled = false;' > ${PREFIX}/etc/rspamd/local.d/multimap.conf
           # Disable redis dependent modules for WebUI tests
           echo 'redis { enabled = false; }' > ${PREFIX}/etc/rspamd/local.d/modules.conf
           chmod +x ${PREFIX}/bin/rspamd