diff --git a/Makefile b/Makefile index 76837882..b101e993 100644 --- a/Makefile +++ b/Makefile @@ -48,7 +48,7 @@ tests: test .PHONY: test test: echo "" > storage/logs/laravel.log - vendor/bin/phpunit --testdox tests + -vendor/bin/phpunit --testdox tests cat storage/logs/laravel.log .PHONY: schema