Files
timi-network/.serena/memories/task_completion.md
2026-06-04 18:29:03 +08:00

5 lines
286 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 完成任务后的检查
- 优先检查受影响的最小范围测试是否通过。
- 若使用 Maven注意默认 `maven.test.skip=true`,需要显式开启测试。
- 查看 `git status --short`,确认仅包含预期改动。
- 若未运行测试,需要明确说明原因。