mirror of
https://github.com/christianselig/apollo-backend
synced 2024-11-22 03:37: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:
|
with:
|
||||||
go-version: ${{ matrix.go-version }}
|
go-version: ${{ matrix.go-version }}
|
||||||
- name: Test
|
- name: Test
|
||||||
run: go test ./...
|
run: go test ./... -v
|
||||||
|
|
Loading…
Reference in a new issue