mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 07:10:43 +00:00
test: move root contract fixture
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user