mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 16:49:42 +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
|
||||
- name: Run tests
|
||||
run: |
|
||||
./tests.sh
|
||||
DOTDROP_WORKERS=1 ./tests.sh
|
||||
DOTDROP_WORKERS=4 ./tests.sh
|
||||
env:
|
||||
DOTDROP_FORCE_NODEBUG: yes
|
||||
DOTDROP_NOBANNER: yes
|
||||
|
||||
Reference in New Issue
Block a user