add missing go generate to build process

This commit is contained in:
Tiger Wang 2022-12-01 18:29:58 -05:00
parent 98a35cb107
commit a7aec4cc5b

View File

@ -3,6 +3,7 @@
project_name: casaos-user-service
before:
hooks:
- go generate
- go run github.com/google/go-licenses@latest check . --disallowed_types=restricted
- go mod tidy
- go test -v ./...