griffithlab/civicpy

speed up tests

ahwagner opened this issue · 1 comments

Currently our builds take a long time in CI, ~10 minutes each. The majority of this time is spent in tests.

We should consider how we may speed up tests. I expect that this is directly linked to download of the test cache from production.

These started running slow when I added the cli tests. In particular, hard refreshing the cache and creating the vcf both run very slowly. The latter might be improved by implementing #42.