diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b039042..ac3d6d0 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -26,7 +26,8 @@ jobs: npm install -g markdown-link-check - name: Run tests run: | - ./tests.sh + DOTDROP_WORKERS=1 ./tests.sh + DOTDROP_WORKERS=4 ./tests.sh env: DOTDROP_FORCE_NODEBUG: yes DOTDROP_NOBANNER: yes