Skip to content

Commit

Permalink
Make tests verbose in gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
aertje committed Nov 21, 2023
1 parent 01b4f7e commit 0f13ae0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,5 @@ jobs:
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Install dependencies
run: go get ./...
- name: Test
run: go test ./...
run: go test ./... -v

0 comments on commit 0f13ae0

Please sign in to comment.