edr icon indicating copy to clipboard operation
edr copied to clipboard

Make CI run faster

Open fvictorio opened this issue 9 months ago • 2 comments

The EDR workflow takes more than 25 minutes to run. We should check if there's room for improvement here.

One easy gain is to remove the dependency between the tests and the "Check EDR" job. That would save some minutes, and the only downside is that we "waste" some computing time by running the tests when the build/lint fails.

We should also consider taking the slowest tests and only running them in main or during pre-release.

fvictorio avatar May 08 '24 08:05 fvictorio