Skip to content

Commit 067bffa

Browse files
authored
Merge pull request #1 from Micro-PHP/Update-tests-in-Makefile
Update Makefile
2 parents 88c971c + eb08c63 commit 067bffa

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
@@ -16,7 +16,7 @@ build: ## Pull and make docker images and compile application components
1616
@$(DOCKER_COMP) build --pull --no-cache
1717

1818
test: ## Run all tests from `phpunit.xml`
19-
@$(PHP_CONT) php vendor/bin/phpunit --verbose
19+
@$(PHP_CONT) composer run-script test-all
2020

2121
up: ## Run made application
2222
@$(DOCKER_COMP) up --detach

0 commit comments

Comments
 (0)