You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedule tests which are known to pass under NoThunks nightly, and the rest monthly (#1180)
# Description
- Adds a monthly scheduled build as well as the existing nightly
scheduled build
- Adds a new matrix variable `test-set` which determines which set of
tests to actually run
- at the moment, this is either all tests (`all`) or the test suites
which are known to pass under NoThunks (`no-thunks-safe`)
- Adds a new workflow input `nothunks-safe-only` which causes a
manually-dispatched workflow to use the `no-thunks-safe` test set
- Adds a new `cabal test` step which runs the set of NoThunks-safe tests
if `no-thunks-safe` is enabled
- Changes the existing `cabal test all` step to only run if `test-set ==
'all'`
0 commit comments