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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user