diff --git a/Makefile b/Makefile index 4474a4f8..cc15dcb9 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,10 @@ tc: bin/phpunit INFECTION=vendor-bin/infection/vendor/bin/infection tm: ## Runs Infection tm: $(TU_BOX_DEPS) $(INFECTION) - $(PHPNOGC) $(INFECTION) --only-covered + cd vendor-bin/infection && \ + $(PHPNOGC) vendor/bin/infection \ + --only-covered \ + --configuration=../../infection.json.dist .PHONY: e2e e2e: ## Runs all the end-to-end tests