-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Should the new validation script be run in CI? Maybe after #67, because that touches the Validation workflow
One issue with always running validation in CI is that there will probably need to be some heavy validation cases. So we may not be able to run them all (or at least not all the time... maybe infrequently, eg nightly or weekly)
Another thought is that I think its nice to implement validation cases as "examples" which get built into the documentation (Oceananigans does this to some extent, though we may be able to do an even better job here).
However one may want to have additional validation cases that are not examples. Some of the non-example validation cases could be lightweight enough to run regularly in CI.
Maybe we can flesh out a strategy that incorporates these considerations?
Originally posted by @glwagner in #66 (comment)