X-Git-Url: https://git.chrismorgan.info/anymap/blobdiff_plain/8bc7c76088639ab3a65a642f5d79ce20ef20e2f4..692fe912db67e952e3fb2c7a647edd8606987fe5:/test diff --git a/test b/test new file mode 100644 index 0000000..ad55933 --- /dev/null +++ b/test @@ -0,0 +1,10 @@ +#!/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