mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-13 07:27:43 +00:00
run workflow with verbose tests
This commit is contained in:
parent
b43f9ec8ed
commit
129c3f3df9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,4 +15,4 @@ jobs:
|
|||
with:
|
||||
go-version: ${{ matrix.go-version }}
|
||||
- name: Test
|
||||
run: go test ./...
|
||||
run: go test ./... -v
|
||||
|
|
Loading…
Reference in a new issue