ci(Makefile): enable trace module by default (#455)

This commit is contained in:
hero-intelligent 2024-02-05 14:00:09 +08:00 committed by GitHub
parent a85abb4144
commit a1f62c223e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,6 +24,8 @@ else
STRIP_FLAG := -strip=$(STRIP_PATH)
endif
GOARCH ?= $(shell go env GOARCH)
# Do NOT remove the line below. This line is for CI.
#export GOMODCACHE=$(PWD)/go-mod