Skip to content

Commit

Permalink
ci: add -v param to go command
Browse files Browse the repository at this point in the history
  • Loading branch information
islishude committed Aug 4, 2023
1 parent 2cd6256 commit fdc92ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- run: go build
- run: go test
- run: go build -v
- run: go test -v ./...

0 comments on commit fdc92ca

Please sign in to comment.