algorand / pyteal

Algorand Smart Contracts in Python
https://pyteal.readthedocs.io
MIT License
288 stars 131 forks source link

Nightly build #630

Open tzaffi opened 1 year ago

tzaffi commented 1 year ago

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?

Urgency

Medium

tzaffi commented 1 year ago

Nightly tests are currently running. When #650 is merged they'll do a lot more. But then we're hoping to speed up the source mapper to the point that the nightly tests are no longer needed.

Before removing completely, let's decide if this can be useful for something such as the coverage reports that are linked to above.