Skip to content

Commit f780954

Browse files
committed
Attempt to fix Windows CI
1 parent 21632e2 commit f780954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ install: composer.json package.json
4747
test: unit test-recursion.json test-recursion2.yaml test-recursion3_index.yaml test-empty-maps.json
4848

4949
unit:
50-
$(DOCKER_PHP) php $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
50+
$(DOCKER_PHP) php -d output_buffering=0 $(PHPARGS) $(XPHPARGS) vendor/bin/phpunit --verbose --colors=always $(TESTCASE)
5151

5252
# test specific JSON files in tests/spec/data/
5353
# e.g. test-recursion will run validation on tests/spec/data/recursion.json

0 commit comments

Comments
 (0)