mirror of
https://github.com/prymitive/karma
synced 2026-05-05 03:16:51 +00:00
fix(ci): retry lint-go target
GolangCI can fail randomly, re-run it a few times to ensure it's reporting real problems.
This commit is contained in:
@@ -70,7 +70,7 @@ jobs:
|
||||
<<: *DEFAULTS_GO
|
||||
before_script:
|
||||
- travis_retry make mock-assets
|
||||
script: make lint-go
|
||||
script: travis_retry make lint-go
|
||||
|
||||
- stage: Lint
|
||||
name: Check Go code formatting
|
||||
|
||||
Reference in New Issue
Block a user