From 692fe912db67e952e3fb2c7a647edd8606987fe5 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 25 Jan 2022 19:22:06 +1100 Subject: [PATCH] Add a local testing script --- test | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 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 -- 2.42.0