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
Split NoThunks CI job in two to avoid hitting the GitHub Actions limit (#1200)
# Description
This PR splits the `no-thunks-safe` test set jobs into two separate
jobs, since they're currently timing out during the nightly runs. I
haven't timed each of the test suites to ensure that each of the halves
of this particular split run in less than 6 hours each, but if this
continues to fail, we can shuffle them around a little bit.
In future, if the NoThunks run is valuable, and we finally reach a point
where the many small issues with our workflow pile up, we should use
something more akin to `cardano-ledger`'s `workflow.yml` instead, but
it's not worth making that change just for this.
0 commit comments