From 9ca061eb859044bc3aac604b132058d5baec5fc5 Mon Sep 17 00:00:00 2001 From: lotyp Date: Wed, 5 Jun 2024 23:08:47 +0300 Subject: [PATCH] chore: minor updates --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index fd2a522e..02e8a6cc 100644 --- a/Makefile +++ b/Makefile @@ -288,10 +288,6 @@ test-cc: ## Run project php-unit and pest tests in coverage mode and build repor $(APP_COMPOSER) test:cc .PHONY: test-cc -test-sep: ## Run project php-unit tests that requires @runInSeparateProcess annotation - $(APP_COMPOSER) test:sep -.PHONY: test-sep - # # Release # ------------------------------------------------------------------------------------