Skip to content

Commit

Permalink
fix: increase golangci timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
zenixls2 committed Jun 17, 2022
1 parent a5ffca7 commit 0a07479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
run:
issues-exit-code: 0
tests: false
tests: true
timeout: 5m
linters:
disable-all: true
enable:
Expand Down

0 comments on commit 0a07479

Please sign in to comment.