let golangci-lint have 5m to check

This commit is contained in:
6543 2022-05-10 18:14:28 +02:00
parent 1724d9fb2e
commit 2dbc66d052
No known key found for this signature in database
GPG key ID: C99B82E40B027BAE
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ pipeline:
- go version
- go install mvdan.cc/gofumpt@latest
- "[ $(gofumpt -extra -l . | wc -l) != 0 ] && { echo 'code not formated'; exit 1; }"
- golangci-lint run
- golangci-lint run --timeout 5m
test:
image: golang