keith / rules_multirun

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

Add keep_going for serial multiruns #33

Closed keith closed 7 months ago

keith commented 7 months ago

This allows you to run all serial tasks and then fail if any of them failed. This can be useful if you want to see all the results, instead of stopping ASAP

Fixes https://github.com/keith/rules_multirun/issues/30