Make CI lint verbvose
This commit is contained in:
parent
58888a74bc
commit
939d6a8606
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
|
@ -260,7 +260,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- uses: golangci/golangci-lint-action@v4
|
- uses: golangci/golangci-lint-action@v4
|
||||||
with:
|
with:
|
||||||
args: --timeout 8m0s
|
args: --timeout 8m0s -v
|
||||||
test:
|
test:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in a new issue