Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit

Permalink
increase verbosity for running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saitima authored Mar 19, 2020
1 parent 659b2d1 commit 18de2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.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 18de2e7

Please sign in to comment.