Add umbrella validation entry point
This commit is contained in:
@@ -227,6 +227,17 @@
|
||||
- Server / Client 类型检查必须全绿
|
||||
- 新增联调测试后,happy path 与至少一组安全失败路径必须全绿
|
||||
|
||||
推荐的 umbrella 仓库最小回归入口:
|
||||
|
||||
```bash
|
||||
./scripts/validate-v1.sh
|
||||
```
|
||||
|
||||
该脚本会顺序执行:
|
||||
- `Yonexus.Protocol`: `npm run test`
|
||||
- `Yonexus.Server`: `npm run check && npm run test`
|
||||
- `Yonexus.Client`: `npm run check && npm run test`
|
||||
|
||||
---
|
||||
|
||||
## 8. 当前对应关系
|
||||
|
||||
Reference in New Issue
Block a user