I understand that pants does incremental builds an...
# general
b
I understand that pants does incremental builds and also only build targets that have changed. Can pants do parallel builds? For example, if I have a target that depends on 3 additional build targets, would it build those 3 targets in parallel?