修复后端 SpacetimeDB 模块测试门禁
Backend host workspace tests 暂时排除 spacetime-module。 保留 cargo check 验证 SpacetimeDB 模块源码。 补充 workflow 回归断言与恢复方案文档。
This commit is contained in:
@@ -281,6 +281,9 @@ describe('project CI workflow', () => {
|
||||
expect(runWorkspaceTests).toBeGreaterThan(checkBoundaries);
|
||||
expect(workflow).toContain('cargo fetch --locked');
|
||||
expect(workflow).toContain('for attempt in $(seq 1 5); do');
|
||||
expect(workflow).toContain(
|
||||
'cargo test --locked --workspace --exclude spacetime-module --no-fail-fast --manifest-path server-rs/Cargo.toml',
|
||||
);
|
||||
});
|
||||
|
||||
it('never passes HEAD itself to the schema comparison gate', () => {
|
||||
|
||||
Reference in New Issue
Block a user