factory_boy icon indicating copy to clipboard operation
factory_boy copied to clipboard

Let's reduce the number of build targets

Open rbarrois opened this issue 1 year ago • 0 comments

The problem

We currently have 17 targets in our test matrix.

Since most of the time is spend on setting up the host and installing dependencies, I'm wondering if we could cut down a bit.

Proposed solution

We could look at:

  • Running a single build per Python version
  • Adding some kind of --keep-going to our testing runs, so that a maximum number of errors can be caught per run (thus making it easier to group jobs)

rbarrois avatar Apr 25 '24 08:04 rbarrois