diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3952529a..4f742a43 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: run: npm ci - name: Run tests - run: npm run test + run: npm run test --verbose --maxWorkers=2 - name: Submit to Codecov uses: codecov/codecov-action@v1