ci: rebalance runtime config tests · openclaw/openclaw@6370013
steipete
·
2026-04-23
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -92,7 +92,6 @@ const SPLIT_NODE_SHARDS = new Map([
|
92 | 92 | configs: [ |
93 | 93 | "test/vitest/vitest.infra.config.ts", |
94 | 94 | "test/vitest/vitest.hooks.config.ts", |
95 | | -"test/vitest/vitest.runtime-config.config.ts", |
96 | 95 | "test/vitest/vitest.secrets.config.ts", |
97 | 96 | "test/vitest/vitest.logging.config.ts", |
98 | 97 | "test/vitest/vitest.process.config.ts", |
@@ -115,6 +114,7 @@ const SPLIT_NODE_SHARDS = new Map([
|
115 | 114 | configs: [ |
116 | 115 | "test/vitest/vitest.acp.config.ts", |
117 | 116 | "test/vitest/vitest.cron.config.ts", |
| 117 | +"test/vitest/vitest.runtime-config.config.ts", |
118 | 118 | "test/vitest/vitest.shared-core.config.ts", |
119 | 119 | "test/vitest/vitest.tasks.config.ts", |
120 | 120 | "test/vitest/vitest.utils.config.ts", |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -70,7 +70,6 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
70 | 70 | configs: [ |
71 | 71 | "test/vitest/vitest.infra.config.ts", |
72 | 72 | "test/vitest/vitest.hooks.config.ts", |
73 | | -"test/vitest/vitest.runtime-config.config.ts", |
74 | 73 | "test/vitest/vitest.secrets.config.ts", |
75 | 74 | "test/vitest/vitest.logging.config.ts", |
76 | 75 | "test/vitest/vitest.process.config.ts", |
@@ -93,6 +92,7 @@ describe("scripts/lib/ci-node-test-plan.mjs", () => {
|
93 | 92 | configs: [ |
94 | 93 | "test/vitest/vitest.acp.config.ts", |
95 | 94 | "test/vitest/vitest.cron.config.ts", |
| 95 | +"test/vitest/vitest.runtime-config.config.ts", |
96 | 96 | "test/vitest/vitest.shared-core.config.ts", |
97 | 97 | "test/vitest/vitest.tasks.config.ts", |
98 | 98 | "test/vitest/vitest.utils.config.ts", |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。