fix:#34 increased timeout for linter

This commit is contained in:
Elmar Kresse
2024-03-03 18:59:40 +01:00
parent fd6cbee69c
commit b6b6d7e9c9

View File

@ -26,7 +26,7 @@ lint-backend:
- cd backend
- go mod download
- golangci-lint --version
- golangci-lint run -v --skip-dirs=migrations
- golangci-lint run -v --skip-dirs=migrations --timeout=5m
build-backend: