Skip to content

Instantly share code, notes, and snippets.

@ashleygwilliams
Last active August 16, 2020 13:41
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/faac3850441ff5f98d54cea02a54ec78 to your computer and use it in GitHub Desktop.
Save ashleygwilliams/faac3850441ff5f98d54cea02a54ec78 to your computer and use it in GitHub Desktop.
language: rust
sudo: false
matrix:
include:
- rust: stable
script:
- cargo test --all --locked
- rustup component add rustfmt-preview
- cargo fmt -- --write-mode=diff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment