blob: b63b4a063f4482cc969965e02b78d8b58815a087 [file] [log] [blame]
language: rust
os: linux
rust: nightly
addons:
apt:
packages:
- valgrind
before_script:
- rustup component add rustfmt
script:
- cargo fmt --all -- --check
- cargo check --benches --bins --examples --tests
- CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER="valgrind --leak-check=full --error-exitcode=1"
cargo test -- --test-threads=1