Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active August 16, 2020 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashleygwilliams/061eefdaf9a93480c7733cca736d5608 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/061eefdaf9a93480c7733cca736d5608 to your computer and use it in GitHub Desktop.
language: rust
sudo: false
matrix:
include:
- rust: stable
script:
- cargo test --locked
- rustup component add rustfmt-preview --toolchain nightly
- cargo +nightly fmt --all -- --check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment