Commit Graph

2 Commits (484adcc257594fd099020bacb095e3ffc074cbf2)

Author SHA1 Message Date
Andrew Lamb de6c385d85
fix: Run CI checks only once on PRs, not twice (#546)
* fix: Run CI tests only once on PRs, not twice

* fix: run on pull_request rather than push
2021-01-11 12:01:07 -05:00
Dom 9c785a3b0f ci: add GitHub actions
Adds a GitHub CI action:

    * Uses the rust-toolchain file to install the requested version.
    * Performs a build with default cargo target
    * Runs workspace tests
    * Checks cargo fmt is happy
    * Runs clippy for lints, denying warnings

All commands taken from the existing CircleCI pipeline.

Currently no caching / reuse of build container.
2020-11-27 11:34:56 +00:00