test: move root contract fixture

This commit is contained in:
Peter Steinberger
2026-05-03 12:48:12 +01:00
parent c1b9af2770
commit b8a4d6a58a
5 changed files with 7 additions and 4 deletions

View File

@@ -177,7 +177,7 @@ export function detectChangedLanes(changedPaths, options = {}) {
continue;
}
if (changedPath.startsWith("test/")) {
if (changedPath.startsWith("test/") || changedPath.startsWith("test-fixtures/")) {
lanes.tooling = true;
reasons.push(`${changedPath}: root test/support surface`);
continue;