Closed alexeagle closed 9 months ago
If I use multirun to run a number of formatter checks, I probably want to see all of the results rather than stopping execution after the first one.
multirun
Note, as a workaround setting jobs=0 makes the commands launch in parallel, so all of them are run.
jobs=0
seems reasonable, can you test https://github.com/keith/rules_multirun/pull/33
If I use
multirun
to run a number of formatter checks, I probably want to see all of the results rather than stopping execution after the first one.Note, as a workaround setting
jobs=0
makes the commands launch in parallel, so all of them are run.