Remove test command from output like other recipes

This commit is contained in:
Yassine Guedidi 2024-11-18 23:53:09 +01:00
parent 9a7848e834
commit 01b503d1da

View file

@ -32,7 +32,7 @@ build: ## Run webpack
@yarn build:$(ENV)
test: ## Launch wallabag testsuite
XDEBUG_MODE=off php -dmemory_limit=-1 bin/phpunit -v
@XDEBUG_MODE=off php -dmemory_limit=-1 bin/phpunit -v
release: ## Create a package. Need a VERSION parameter (eg: `make release VERSION=master`).
ifndef VERSION