Skip to content

Commit

Permalink
add verbose output for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
smasher164 committed Oct 23, 2020
1 parent af2d488 commit 9c5ab49
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 @@ -15,4 +15,4 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2
- name: Test
run: go test ./...
run: go test -v ./...

0 comments on commit 9c5ab49

Please sign in to comment.