ad559337811660933ab01a01c3c4622304f84cd6
[anymap] / test
1 #!/bin/sh
2 set -e
3 export RUSTFLAGS="-D warnings"
4 export RUSTDOCFLAGS="-D warnings"
5 cargo +1.34.0 test
6 cargo +1.34.0 test --release
7 cargo clippy
8 cargo test
9 cargo test --release
10 cargo doc