Most CI jobs run as one long serial script even when half the work doesn’t depend on the other half. You can run independent steps in parallel for faster CI. We’ll compare two ways to do it: shell backgrounding and Depot CI’s parallel steps.
Need help?
Contact usMost CI jobs run as one long serial script even when half the work doesn’t depend on the other half. You can run independent steps in parallel for faster CI. We’ll compare two ways to do it: shell backgrounding and Depot CI’s parallel steps.