File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml t
4949unit :
5050 $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) vendor/bin/phpunit --exclude-group gigantic --verbose --colors=always $(TESTCASE )
5151
52- unit_gigantic : # run test which requires big packages: apis-guru/openapi-directory, nexmo/api-specification
52+ unit_gigantic : # run test which requires big packages (>778 MB) : apis-guru/openapi-directory, nexmo/api-specification
5353 $(DOCKER_PHP ) php $(PHPARGS ) $(XPHPARGS ) vendor/bin/phpunit --group gigantic --verbose --colors=always
5454
5555# test specific JSON files in tests/spec/data/
Original file line number Diff line number Diff line change @@ -320,6 +320,8 @@ You may use the docker environment for local development:
320320 docker-compose build
321321 make IN_DOCKER=1 install
322322 make IN_DOCKER=1 test
323+ make IN_DOCKER=1 unit # run all tests except a big test (below)
324+ make IN_DOCKER=1 unit_gigantic # run only a big test
323325 ...
324326
325327
You can’t perform that action at this time.
0 commit comments