blob: c61d5a6df0901bcfa214191af72b9a2812f06fab [file] [log] [blame]
language: rust
os: linux
rust: nightly
before_script:
- rustup component add rustfmt
script:
- cargo check --benches --bins --examples --tests
- cargo test
- cargo fmt --all -- --check