diff --git a/magefiles/rulesengine/repos/common.go b/magefiles/rulesengine/repos/common.go index ab55073f58..b00ba76a41 100644 --- a/magefiles/rulesengine/repos/common.go +++ b/magefiles/rulesengine/repos/common.go @@ -43,6 +43,7 @@ func ExecuteTestAction(rctx *rulesengine.RuleCtx) error { } else { // Set the number of parallel test processes rctx.CLIConfig.Procs = 20 + rctx.NoColor = true } var suiteConfig = rctx.SuiteConfig