补齐 SpacetimeDB 模块单元测试门禁
Project CI / Repository checks (pull_request) Successful in 3m47s
Project CI / Frontend tests (pull_request) Successful in 5m54s
Project CI / Backend tests (pull_request) Successful in 8m38s
Project CI / Native shell tests (pull_request) Successful in 15m27s

将 spacetime-module 单元测试独立纳入 Backend CI

增加 host 测试期 SpacetimeDB ABI 链接支持

同步 CI 流程测试与开发运维文档说明
This commit is contained in:
2026-08-30 12:26:46 +08:00
parent e85119c672
commit 82a05bef86
5 changed files with 204 additions and 2 deletions
+3
View File
@@ -284,6 +284,9 @@ describe('project CI workflow', () => {
expect(workflow).toContain(
'cargo test --locked --workspace --exclude spacetime-module --no-fail-fast --manifest-path server-rs/Cargo.toml',
);
expect(workflow).toContain(
'cargo test --locked -p spacetime-module --no-fail-fast --manifest-path server-rs/Cargo.toml',
);
});
it('never passes HEAD itself to the schema comparison gate', () => {