update .golangci.yml

pull/4848/head
fatedier 2025-06-25 11:10:34 +08:00
parent de690a55c8
commit 2028a78e94
2 changed files with 4 additions and 0 deletions

3
.gitignore vendored
View File

@ -39,3 +39,6 @@ client.key
# Cache # Cache
*.swp *.swp
# AI
CLAUDE.md

View File

@ -1,6 +1,7 @@
version: "2" version: "2"
run: run:
concurrency: 4 concurrency: 4
timeout: 20m
build-tags: build-tags:
- integ - integ
- integfuzz - integfuzz