mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
ci: run codegen and test examples on integration
This commit is contained in:
@@ -104,6 +104,14 @@ jobs:
|
||||
-wait tcp://localhost:8182
|
||||
- *mktestdir
|
||||
- getmods
|
||||
- run:
|
||||
name: Run codegen for examples
|
||||
working_directory: examples
|
||||
command: go generate ./...
|
||||
- run:
|
||||
name: Run example tests
|
||||
working_directory: examples
|
||||
command: gotestsum -f short-verbose --junitfile ~/test-results/examples.xml -- -race ./...
|
||||
- run:
|
||||
name: Run codegen for entc/load
|
||||
working_directory: entc/load
|
||||
|
||||
Reference in New Issue
Block a user