From cc53bb17ca04d640fe2e8babad53158a46e3e9f1 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Thu, 26 Feb 2026 00:01:15 -0800 Subject: [PATCH] ci: run ec repair plugin worker tests --- .github/workflows/plugin-workers.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/plugin-workers.yml b/.github/workflows/plugin-workers.yml index 61fa0fe45..59d7fe7c0 100644 --- a/.github/workflows/plugin-workers.yml +++ b/.github/workflows/plugin-workers.yml @@ -20,6 +20,8 @@ jobs: include: - worker: erasure_coding path: test/plugin_workers/erasure_coding + - worker: ec_repair + path: test/plugin_workers/ec_repair - worker: vacuum path: test/plugin_workers/vacuum - worker: volume_balance