Skip to content

Commit

Permalink
chore: add go test hook timeout
Browse files Browse the repository at this point in the history
Signed-off-by: lvlcn-t <75443136+lvlcn-t@users.noreply.github.com>
  • Loading branch information
lvlcn-t committed Dec 1, 2024
1 parent 771c6e5 commit 08ba8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repos:
hooks:
- id: go-mod-tidy-repo
- id: go-test-repo-mod
args: [-race, -count=1]
args: [-race, -count=1, -timeout=30s, ./...]
- id: go-vet-repo-mod
- id: go-fumpt-repo
args: [-l, -w]
Expand Down

0 comments on commit 08ba8ce

Please sign in to comment.