Skip to content

Commit

Permalink
Enable verbose logger for go test
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Apr 24, 2024
1 parent 35073d5 commit 786f0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
go-version-file: 'go.mod'
cache-dependency-path: 'go.sum'
- run: go test ./...
- run: go test -v ./...
build:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 786f0a2

Please sign in to comment.