keith / rules_multirun

Bazel rules for running multiple commands in parallel in a single bazel invocation
Apache License 2.0
65 stars 13 forks source link

Add --keep_going behavior #30

Closed alexeagle closed 4 months ago

alexeagle commented 4 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.

Note, as a workaround setting jobs=0 makes the commands launch in parallel, so all of them are run.

keith commented 4 months ago

seems reasonable, can you test https://github.com/keith/rules_multirun/pull/33