Replies: 1 comment
-
sorry for the really late response. many times i miss the discussion posts. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi! Just found cargo-make! Very impressive tool and feature rich.
I"m trying to setup a basic CI flow, and enabled parallelisation for my tasks, but I noticed when enabling parallelization the time summary information disappears from the std output.
i.e. when my makefile contains
and I run it like so
I get the time series info without actually any mention of the
format
task time output. This leads to the build time not equaling the sum of the build steps. Without the parallel flag, it behaves as expected.Since I'm new to cargo-make, I'm not sure if this is just a limitation of running parallel on workspace when workspace is disabled
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions