perf(test): speed up secrets and mattermost lanes

This commit is contained in:
Peter Steinberger
2026-04-23 10:27:28 +01:00
parent d1ff0caecb
commit 007fb0458e
2 changed files with 6 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ export function createSecretsVitestConfig(env?: Record<string, string | undefine
dir: "src/secrets",
env,
name: "secrets",
pool: "forks",
passWithNoTests: true,
});
}