补齐 SpacetimeDB 模块单元测试门禁
将 spacetime-module 单元测试独立纳入 Backend CI 增加 host 测试期 SpacetimeDB ABI 链接支持 同步 CI 流程测试与开发运维文档说明
This commit is contained in:
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user