diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 762a02b..da96f2a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -58,4 +58,4 @@ jobs: run: composer show -D - name: Execute tests - run: ./vendor/bin/pest --ci \ No newline at end of file + run: ./vendor/bin/pest --ci --parallel \ No newline at end of file