BAPCtools icon indicating copy to clipboard operation
BAPCtools copied to clipboard

Speed up CI

Open RagnarGrootKoerkamp opened this issue 2 years ago • 1 comments

Ideally <1min.

Maybe strip:

  • latex compilation
  • zip

Or we could make them only run with probability 5% or so (we can bisect / git blame when needed)

RagnarGrootKoerkamp avatar Nov 03 '21 18:11 RagnarGrootKoerkamp

It seems like running TLE submissions in test_problems.py is also a large part of the time spent in tests.

mpsijm avatar Nov 08 '21 18:11 mpsijm