Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run CircleCI builds every day #573

Merged
merged 1 commit into from
Dec 24, 2019
Merged

Commits on Dec 23, 2019

  1. Run CircleCI builds every day

    Modern ecosystem needs to go fast, die young, break early, and ship
    often. Therefore we can never be sure that if a commit was successfully
    built today then the same code can be built tomorrow. Transitive
    dependencies come and go, new toolchain versions get released, etc.
    We do not have every dependency pinned, so we should be testing
    regularly to see if anything breaks.
    
    Let's run CircleCI test suite every day at 5:00 to make sure that we see
    the scheduled breakage early in the morning, not when some poor soul
    submits a pull request and *then* learns that something does not work.
    ilammy committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    1a100a1 View commit details
    Browse the repository at this point in the history