Browse Source

ci: run ec repair plugin worker tests

codex/ec-repair-worker
Chris Lu 2 weeks ago
parent
commit
cc53bb17ca
  1. 2
      .github/workflows/plugin-workers.yml

2
.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

Loading…
Cancel
Save