ipfs / ipfs/aegir

feat: unordered concurrency for test scripts

Open
#1,500 1 comment 1 reaction 0 assignees View on GitHub
help wanted kind/enhancement
Dominant language
JavaScript
Stars
105
Forks
62
PR merge metrics
No merged PRs in 30d

Description

**Is your feature request related to a problem? Please describe.**
Test can run faster if we allow concurrency where we don't test in dependency order

**Describe the solution you'd like**
The current concurrency control for `run` make sure that we run in the right order. However for some scripts, like testing this should not be needed. I propose another option, like `ordered: false` to run the script in all projects without thinking about order and dependency

**Describe alternatives you've considered**
-

**Additional context**
-

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.