From: Chris Morgan Date: Tue, 25 Jan 2022 08:22:06 +0000 (+1100) Subject: Add a local testing script X-Git-Tag: 1.0.0-beta.1~13 X-Git-Url: https://git.chrismorgan.info/anymap/commitdiff_plain/692fe912db67e952e3fb2c7a647edd8606987fe5 Add a local testing script --- 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