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" ] },