can pants in CI run lint, typecheck and test in pa...
# general
a
can pants in CI run lint, typecheck and test in parallel (no pantsd involved)?
h
Not yet, but Stu has proposed this. We need to do a little design work because some goals mutate the workspace, like fmt, and that needs to run before the other goals But it’ll be possible, only needs some design
❤️ 1
1
a
fantastic!! thank you
w
the “80% there” ticket is https://github.com/pantsbuild/pants/issues/10542 — should be relatively straightforward
❤️ 1
the last 20% is allowing the different goals to have different filters, and would require something like https://docs.google.com/document/d/10F8bi-Es2CjfpvZcxNH-3xb0vPhlq3cQljNHmdI-zNg/edit# … slightly longer term
i expect that we should do #10542 before stabilizing the plugin API, and punt on the other 20% for now.
❤️ 1
a
i think 10542 would be good in most cases