ci(test): split command shards and harden release checks

This commit is contained in:
Peter Steinberger
2026-04-29 05:59:50 +01:00
parent 7c7561f5a3
commit 3a6f7d8db9
8 changed files with 222 additions and 38 deletions

View File

@@ -7,6 +7,7 @@ export function createCommandsVitestConfig(env?: Record<string, string | undefin
env,
exclude: commandsLightTestFiles,
name: "commands",
pool: "forks",
});
}