mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
[server] fix api-tests-pro
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7078 GitOrigin-RevId: 427186eac62926408a8e1cd191fb3363757954b0
This commit is contained in:
parent
8a45b4d075
commit
7184c46a4e
@ -6,7 +6,7 @@ GENERATED_CABAL_FILES = $(foreach package_file,$(PACKAGE_YAML_FILES),$(wildcard
|
||||
|
||||
.PHONY: build-all
|
||||
## build-all: build all haskell packages, or "have i broken anything?"
|
||||
build-all: build build-tests build-integration-tests build-pro build-pro-tests build-multitenant build-multitenant-integration-tests build-tests-dc-api
|
||||
build-all: build build-tests build-integration-tests build-pro build-pro-tests build-multitenant build-multitenant-integration-tests build-tests-dc-api build-pro-api-tests
|
||||
|
||||
.PHONY: build
|
||||
## build: build non-pro graphql executable
|
||||
@ -47,3 +47,8 @@ build-multitenant: $(GENERATED_CABAL_FILES)
|
||||
## build-multitenant-integration-tests: build multitenant integration tests
|
||||
build-multitenant-integration-tests: $(GENERATED_CABAL_FILES)
|
||||
cabal build multitenant-integration-test
|
||||
|
||||
.PHONY: build-pro-api-tests
|
||||
## build-pro-api-tests: build pro api-tests
|
||||
build-pro-api-tests:
|
||||
cabal build api-tests-pro
|
||||
|
Loading…
Reference in New Issue
Block a user