run workflow with verbose tests

This commit is contained in:
Andre Medeiros 2021-07-14 15:28:56 -04:00
parent b43f9ec8ed
commit 129c3f3df9

View file

@ -15,4 +15,4 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Test
run: go test ./...
run: go test ./... -v