Fail fast on error when running in parallel #1048
Closed
s-h-a-d-o-w
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
|
There’s an option for that: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I contributed this to lint-staged a while back because it's pretty common that one of the jobs takes quite a while (e.g. TypeScript), while another might take a very short time (e.g. linting of only staged files). It would be great if lefthook supported this as well.
(I personally also think that this makes sense as the default behavior because in most cases, only one of the jobs will fail.)
Beta Was this translation helpful? Give feedback.
All reactions