fix(Makefile): correct test command

This commit is contained in:
yusing
2026-01-04 21:57:25 +08:00
parent 1b9cfa6540
commit 45720db754

View File

@@ -75,7 +75,7 @@ endif
.PHONY: debug
test:
go test -v -race ./internal/...
CGO_ENABLED=1 go test -v -race ${BUILD_FLAGS} ./internal/...
docker-build-test:
docker build -t godoxy .