ci: run codegen and test examples on integration

This commit is contained in:
Ariel Mashraki
2019-12-17 18:33:32 +02:00
parent 0cc74b5297
commit 822f7e3efe

View File

@@ -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