Tests are normally CPU consuming tasks, and we can transparently utilize jobserver to achieve efficient core utilization. Some usecases I can think of: - Tests which may spawn threads (including rustc `codegen-units`, but not limited to) - Using a parent make somewhere