2021-08-11 07:18:40 +03:00
|
|
|
cradle:
|
|
|
|
cabal:
|
|
|
|
- path: "./server/src-lib"
|
|
|
|
component: "graphql-engine:lib:graphql-engine"
|
|
|
|
- path: "./server/src-exec"
|
|
|
|
component: "graphql-engine:exe:graphql-engine"
|
|
|
|
- path: "./server/src-test"
|
|
|
|
component: "graphql-engine:test:graphql-engine-tests"
|
|
|
|
- path: "./server/src-bench-cache"
|
|
|
|
component: "graphql-engine:bench:cache"
|
2021-12-23 19:51:07 +03:00
|
|
|
- path: "./server/tests/integration"
|
2021-10-20 23:01:22 +03:00
|
|
|
component: "graphql-engine:test:graphql-engine-integration-tests"
|
2021-12-23 19:51:07 +03:00
|
|
|
- path: "server/tests-hspec"
|
|
|
|
component: "graphql-engine:test:tests-hspec"
|
2021-08-11 07:18:40 +03:00
|
|
|
|