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
The test suite is getting larger (a good thing), but as a consequence the test runs are taking a significant amount of time to run to completion (not such a good thing).
Investigate if GitHub's cache action could be used to speed up the test runs.
The text was updated successfully, but these errors were encountered:
On MacOS, ERD and MacTex both take a long time (8mins each) to install which is where a lot of the time goes.
MacTex provides a cut down version called BasicTex but this didn't pull down the deps required for the test.
ERD was a challenge to get working as well.
Another issue is that 5 runners is the maximum for macOS so as there is 5 ruby envs they get queued on a single commit. So reducing the number of ruby envs would help in the short term but is not the best fix obviously.
Another option might be to only run the ERD and MacText stuff on the scheduled cron?
Another issue is that 5 runners is the maximum for macOS so as there is 5 ruby envs they get queued on a single commit. So reducing the number of ruby envs would help in the short term but is not the best fix obviously.
The test suite is getting larger (a good thing), but as a consequence the test runs are taking a significant amount of time to run to completion (not such a good thing).
Investigate if GitHub's cache action could be used to speed up the test runs.
The text was updated successfully, but these errors were encountered: