-
-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Milestone
Description
It now happened to me twice that a CI test failed due to Githubs API rate limit.
Both times the tests failed on windows but on different gcc versions. #2051
I'd suggest using a git mirror as not to reach the rate limit (easy but shifting the problem) or better yet, rewriting the tests to be more resourceful (harder but solves the problem).
Another option would be to remove a few CI tests but I don't think that it's a good solution in the long run.