[pro/tests] add sample tests for api-tests-pro

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7180
GitOrigin-RevId: 65f8b5fefbb2341dad0cf73e6b1d2e9d604e6bfb
This commit is contained in:
Daniel Harvey 2022-12-14 03:46:10 +00:00 committed by hasura-bot
parent 3b0ad30757
commit 2e7ea7e780

View File

@ -72,6 +72,12 @@ test-matrix: remove-tix-file
$(call stop_after, \
cabal run api-tests:exe:produce-feature-matrix +RTS -N4 -RTS)
.PHONY: test-backends-pro
## test-backends-pro: run tests for HGE pro for all backends
test-backends-pro: start-backends remove-tix-file
$(call stop_after, \
cabal run api-tests-pro:exe:api-tests-pro)
.PHONY: test-unit
## test-unit: run unit tests from main suite
test-unit: remove-tix-file