feat(ci): improve logging during build
Some checks failed
Go build / build (push) Failing after 5m46s

This commit is contained in:
Peter 2024-09-26 15:35:01 +02:00
parent 47c1ff7980
commit dba6c02af6
Signed by: prskr
GPG key ID: F56BED6903BC5E37
2 changed files with 3 additions and 3 deletions

View file

@ -27,8 +27,8 @@ jobs:
- name: Init go
run: |
go mod download
go generate ./...
go mod download -x
go generate -x ./...
env:
GOPRIVATE: "code.icb4dc0.de/buildr/*"
CGO_ENABLED: "0"

View file

@ -1,3 +1,3 @@
package state
//go:generate go run -mod=mod entgo.io/ent/cmd/ent generate --feature sql/upsert --target ./ent ./schema
//go:generate go run entgo.io/ent/cmd/ent generate --feature sql/upsert --target ./ent ./schema