Skip to content

Commit

Permalink
fix(ci): debug log printing
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama committed Aug 7, 2024
1 parent a0322b7 commit e018aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./...
Expand Down

0 comments on commit e018aee

Please sign in to comment.