Skip to content

Commit

Permalink
make test verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
ianic committed Oct 19, 2021
1 parent 0855fb9 commit e2f92ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ jobs:
uses: actions/checkout@v2
- name: Test
working-directory: ./workspace
run: go test ./...
run: go test -v ./...

0 comments on commit e2f92ea

Please sign in to comment.