Skip to content

Commit f62bbb2

Browse files
committed
docs(readme): add guide on test.
1 parent 5bab59a commit f62bbb2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Diff for: README.md

+7
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ make doc
7474
make dev
7575
```
7676

77+
### 单元测试和回归测试
78+
79+
运行 `make test` 将对所有的模板进行编译测试(同样被用于 Github Action)。
80+
81+
运行 `make regression-test` 进行回归测试,该命令将比较目前已发布的最新版本和本地版本生成的 PDF 的差异。
82+
使用前请确保 `diff-pdf``zsh` 已经安装。
83+
7784
## 贡献者指南
7885

7986
详情请查看[贡献者指南](./contributing-zh.md)

0 commit comments

Comments
 (0)