folke/ultra-runner

Idea: something like "non-concurrent"

natew opened this issue · 0 comments

natew commented

Out of some 30 packages we have only 2-3 that need to be run in serial, so to make config easier:

{
  "ultra": {
    "non-concurrent": ["db-mutating-test-1"]
  }
}