problems
The CI is very slow:
pre-commit takes 4m (no speedup from caching)
unit-tests take over 20 minutes
Looking at the test suite, there are not all "unittests" per se, but include a lot of integration/e2e etc. test as well. This is very good, however confusing and more difficult for local development.
proposed changes
- speed up the pre-commit CI job
- categorise tests and separate fast and slow ones
problems
The CI is very slow:
pre-committakes 4m (no speedup from caching)unit-teststake over 20 minutesLooking at the test suite, there are not all "unittests" per se, but include a lot of integration/e2e etc. test as well. This is very good, however confusing and more difficult for local development.
proposed changes