GrafeasGroup / blossom

The website. The app. The everything.
6 stars 3 forks source link

Run CI tests in parallel #318

Closed TimJentzsch closed 2 years ago

TimJentzsch commented 2 years ago

Relevant issue: N/A

Description:

This is an attempt to run the CI tests in parallel, via the pytest --workers=auto option. This option seems to break on some systems, so we'll have to see if it actually works.

If it does, it could significantly speed up our pipeline though.

Checklist:

itsthejoker commented 2 years ago

interesting that this only shaves one minute from the total tests time. Oh well, it's still good to have.