Skip to content

Commit f316846

Browse files
authored
Merge pull request #6 from reactphp-parallel/run-tests-after-all-other-checks
Run tests after all other checks
2 parents 6056909 + a0eb2ff commit f316846

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
@@ -22,7 +22,7 @@ else
2222
"wyrihaximusnet/php:7.4-zts-alpine3.12-dev"
2323
endif
2424

25-
all: lint cs-fix cs stan unit infection composer-require-checker composer-unused
25+
all: lint cs-fix cs stan composer-require-checker composer-unused unit infection
2626

2727
lint:
2828
$(DOCKER_RUN) vendor/bin/parallel-lint --exclude vendor .

0 commit comments

Comments
 (0)