1
0
mirror of https://github.com/fumiama/WireGold.git synced 2026-06-09 01:55:32 +08:00

fix(ci): debug log printing

This commit is contained in:
源文雨
2024-08-07 23:57:18 +08:00
parent a0322b7d21
commit e018aee705

View File

@@ -20,7 +20,7 @@ jobs:
run: go mod tidy
- name: Enable Debug Log
run: sed -i '' 's/false/true/g' config/global.go
run: sed -i 's/false/true/g' config/global.go
- name: Build
run: go build -v ./...