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
|
- name: Init go
|
||||||
run: |
|
run: |
|
||||||
go mod download
|
go mod download -x
|
||||||
go generate ./...
|
go generate -x ./...
|
||||||
env:
|
env:
|
||||||
GOPRIVATE: "code.icb4dc0.de/buildr/*"
|
GOPRIVATE: "code.icb4dc0.de/buildr/*"
|
||||||
CGO_ENABLED: "0"
|
CGO_ENABLED: "0"
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
package state
|
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