From 7492b331a08436b30ada24571fa680c7e79994b3 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Mon, 20 Feb 2023 17:52:26 +0000 Subject: [PATCH] chore: fixes scripts --- .github/workflows/tests.yml | 2 +- composer.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c52db8c..d89191c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -41,7 +41,7 @@ jobs: run: composer test:unit - name: Unit Tests in Parallel - run: test:parallel + run: composer test:parallel - name: Integration Tests run: composer test:integration diff --git a/composer.json b/composer.json index 7c2c1618..24559da5 100644 --- a/composer.json +++ b/composer.json @@ -79,6 +79,7 @@ "@test:lint", "@test:types", "@test:unit", + "@test:parallel", "@test:integration" ] },