mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-08 14:19:16 +00:00
enable parallel testing
This commit is contained in:
3
.github/workflows/testing.yml
vendored
3
.github/workflows/testing.yml
vendored
@@ -26,7 +26,8 @@ jobs:
|
|||||||
npm install -g markdown-link-check
|
npm install -g markdown-link-check
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
./tests.sh
|
DOTDROP_WORKERS=1 ./tests.sh
|
||||||
|
DOTDROP_WORKERS=4 ./tests.sh
|
||||||
env:
|
env:
|
||||||
DOTDROP_FORCE_NODEBUG: yes
|
DOTDROP_FORCE_NODEBUG: yes
|
||||||
DOTDROP_NOBANNER: yes
|
DOTDROP_NOBANNER: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user