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

Set up a cronjob for circleci builds #7

Merged
merged 2 commits into from Jan 7, 2019
Merged

Set up a cronjob for circleci builds #7

merged 2 commits into from Jan 7, 2019

Commits on Jan 7, 2019

  1. Set up a workflow to trigger weekly tests on circle by default

    This should simulate the travis-ci cron job feature, but it has the
    benefit that I can pick & choose which tests to run - so, run only the
    "cargo test" tasks, and don't run (rapidly moving)
    rustfmt/clippy/bench at all - those result in noise but having me fix
    indentation on the weekly is no good.
    antifuchs committed Jan 7, 2019
    Copy the full SHA
    a234060 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    5068848 View commit details
    Browse the repository at this point in the history