We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1530e4c + f8ef37a commit ff6cd1cCopy full SHA for ff6cd1c
Makefile
@@ -56,7 +56,7 @@ endif
56
57
## Run everything extra point
58
all: ## Runs everything ####
59
- $(DOCKER_SHELL) make all-raw
+ $(DOCKER_RUN_WITH_SOCKET) make all-raw
60
all-raw: ## The real runs everything, but due to sponge it has to be ran inside DOCKER_RUN ##U##
61
$(MAKE) syntax-php rector-upgrade cs-fix cs stan unit-testing mutation-testing composer-require-checker composer-unused backward-compatibility-check ## Count: 10
62
includes/All.mk
@@ -1,4 +1,4 @@
1
2
3
4
make-list(all)
0 commit comments