How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Speed up CI by running independent steps in parallel

calendar_today May 26, 2026 person domain depot-dev

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.

open_in_new Read original post