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

Return Code doesn't follow from commands #54

Closed michael-christen closed 4 months ago

michael-christen commented 4 months ago

For the use case of running several linters in parallel, the return code from running the multirun command is returning 0 when the commands themselves return error codes.

Should multirun return non-zero when any of its commands fail?

michael-christen commented 4 months ago

Apologies, the error was on my end, I wasn't actually returning error.