Trying to fix tests
This commit is contained in:
parent
e49d0ec775
commit
b50a86f649
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ PHP ?= php
|
|||
docker: docker.lock
|
||||
|
||||
test: vendor
|
||||
$(PHP) bin/kahlan --pattern='*.php' --reporter=verbose
|
||||
$(PHP) bin/kahlan --pattern='*.php' --reporter=verbose --persistent=false --cc=true
|
||||
|
||||
clean:
|
||||
rm -rf vendor/
|
||||
|
|
Loading…
Reference in a new issue