-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedSeeking public contribution on this issueSeeking public contribution on this issuekind/enhancementA net-new feature or improvement to an existing featureA net-new feature or improvement to an existing feature