Skip to content

Commit 0f1f26a

Browse files
committed
Add docs
1 parent 33f5379 commit 0f1f26a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml t
4949
unit:
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/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)