Skip to content

Use DAG to start Compile stage in parallel with Test stage

Pedro Pombeiro requested to merge dag into master

This MR runs the Compile stage in parallel with the Test stage, bringing the total pipeline time from 5m10s to 2m50s.

NOTE: The build currently fails due to a new release of mockery. There is another MR that will fix that problem.

Edited by Pedro Pombeiro

Merge request reports