chore: change debug api addr to localhost:7777, fix makefile

This commit is contained in:
yusing
2025-04-14 06:28:23 +08:00
parent a2e253591c
commit dcd21b2374
3 changed files with 5 additions and 2 deletions

View File

@@ -50,6 +50,8 @@ export GODEBUG
export GORACE
export BUILD_FLAGS
.PHONY: debug
test:
GODOXY_TEST=1 go test ./internal/...