ci: fix test script
This commit is contained in:
parent
37418ffeb6
commit
7a6a8876e3
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ linter:
|
||||||
stage: "linter"
|
stage: "linter"
|
||||||
image: "golangci/golangci-lint:latest-alpine"
|
image: "golangci/golangci-lint:latest-alpine"
|
||||||
script:
|
script:
|
||||||
- "golangci-lint run"
|
- "golangci-lint run *.go"
|
||||||
|
|
||||||
testing:
|
testing:
|
||||||
stage: "testing"
|
stage: "testing"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue