feat(ci): improve logging during build
Some checks failed
Go build / build (push) Failing after 5m46s
Some checks failed
Go build / build (push) Failing after 5m46s
This commit is contained in:
parent
47c1ff7980
commit
dba6c02af6
2 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue