merge main

This commit is contained in:
jay brown
2025-04-22 12:09:51 -07:00
404 changed files with 211048 additions and 2821 deletions
+5 -2
View File
@@ -9,6 +9,7 @@ vars:
API: "./api/..."
PKG: "./pkg/..."
CMD: "./cmd/..."
PARALLEL: 1
# yamllint disable-line rule:line-length
EXCLUDED_FILES: ".gen.go|internal/serviceconfig/observability/prometheus/generator/main.go|internal/cognitoauth/middleware.go|internal/cognitoauth/token.go|internal/cognitoauth/auth.go|internal/cognitoauth/handler.go|internal/cognitoauth/models.go|api/queryAPI/authHandlers.go|api/queryAPI/homehandler.go"
@@ -31,7 +32,9 @@ tasks:
cmds:
- task: mocks:generate
- mkdir -p {{.OUT_DIR}}
- go test {{.INTERNAL}} {{.API}} {{.CLI_ARGS}}
- |
go test -parallel {{.PARALLEL}} \
{{.INTERNAL}} {{.API}} {{.CLI_ARGS}}
unit:short:
cmds:
- task: unit:cmd
@@ -95,4 +98,4 @@ tasks:
deps:
- docker:build
cmds:
- go test -count=1 -v ./test/...
- go test -count=1 -parallel {{.PARALLEL}} ./test/...