-
Notifications
You must be signed in to change notification settings - Fork 132
Open
Labels
Description
Should we have nightly tests?
In order to enable important tests which take a long time to run, but not impede the development cadence, we may want to add a nightly build as is present in go-algorand
and indexer
.
I'm creating this issue to have a placeholder for strategizing and deciding how to move forward.
What might we want to run in a nightly build?
- Coverage reports using: https://github.com/nedbat/coveragepy
- Very slow unit and integration tests that are still deemed important to run. One example is the source mapper for python 3.10 (on 3.11 the tests are fast enough to run on every commit)
Urgency
Medium