1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 20:19:46 +00:00

enable parallel testing

This commit is contained in:
deadc0de6
2020-11-16 14:25:53 +01:00
parent d089184876
commit 616c0bee3a

View File

@@ -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