feat: 完善自动化脚本,添加测试命令和使用说明

This commit is contained in:
fish
2026-03-28 20:05:39 +08:00
parent 144dec7039
commit e4bb25d1ac
2 changed files with 15 additions and 1 deletions

View File

@@ -49,7 +49,12 @@
make gen-proto
```
4. **停止服务**
4. **运行测试**
```bash
make test
```
5. **停止服务**
```bash
make down
```