refactor: refactor code and fix ut (#709)

* feat: ut (#707)

* feat: ut (#708)
This commit is contained in:
naison
2025-08-24 16:46:09 +08:00
committed by GitHub
parent 3a4dbe41c7
commit 0548c5a8a0
7 changed files with 86 additions and 52 deletions

View File

@@ -157,7 +157,7 @@ jobs:
- name: Test
# for docker mount
env:
TMPDIR: /tmp
TMPDIR: .
run: make ut
windows: