anymap/test

11 lines
185 B
Plaintext
Raw Normal View History

2022-01-25 19:22:06 +11:00
#!/bin/sh
set -e
export RUSTFLAGS="-D warnings"
export RUSTDOCFLAGS="-D warnings"
cargo +1.34.0 test
cargo +1.34.0 test --release
cargo clippy
cargo test
cargo test --release
cargo doc