Skip to content

Commit 0572a47

Browse files
committed
fix Makefile for target tests
1 parent 251fbbc commit 0572a47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ dependencies: ## Install composer dependencies
1212

1313
.PHONY: tests
1414
tests: unit spec cs ## Run PHPUnit & PHPSpec tests, and code style check
15-
unit
16-
spec
17-
cs
1815

1916
.PHONY: unit
2017
unit: ## Run PHPUnit tests

0 commit comments

Comments
 (0)