We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7fbdf6 commit f82cc50Copy full SHA for f82cc50
1 file changed
Makefile
@@ -41,7 +41,7 @@ install: composer.lock yarn.lock
41
$(DOCKER_PHP) composer install --prefer-dist --no-interaction --no-progress --ansi
42
$(DOCKER_NODE) yarn install
43
44
-test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json const.json
+test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json test-const.json
45
46
unit:
47
$(DOCKER_PHP) php $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
0 commit comments