build: add server-rs test scripts

This commit is contained in:
2026-04-21 01:42:47 +08:00
parent 440d60d563
commit 6a560236f4
5 changed files with 96 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
## 2. 当前阶段说明
当前目录已经完成以下二十项初始化:
当前目录已经完成以下二十项初始化:
1. 为新后端预留正式目录并把路径固定到仓库结构中。
2. 创建虚拟 workspace `Cargo.toml`,后续 package 会逐项挂入。
@@ -42,10 +42,12 @@
24. 创建 `packages/tests-support/` 目录占位,固定测试支撑共享 package 落位。
25. 创建 `scripts/dev.ps1`,固定 Windows 本地开发入口。
26. 创建 `scripts/dev.sh`,固定 Unix-like 本地开发入口。
27. 创建 `scripts/test.ps1`,固定 Windows 本地测试入口。
28. 创建 `scripts/test.sh`,固定 Unix-like 本地测试入口。
后续任务会继续在本目录内按顺序补齐:
1. 测试、lint、smoke 与 SpacetimeDB 本地脚本
1. lint、smoke 与 SpacetimeDB 本地脚本
## 3. 已冻结边界