From 93feccea210d8229b2fbc6eaf1c35e065d678a93 Mon Sep 17 00:00:00 2001 From: Chris Fallin Date: Tue, 28 Feb 2023 16:34:34 -0800 Subject: [PATCH] add check script. --- scripts/check.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/check.sh diff --git a/scripts/check.sh b/scripts/check.sh new file mode 100755 index 0000000..f282f10 --- /dev/null +++ b/scripts/check.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +set -e + +cargo fmt --check +cargo check +cargo +nightly fuzz check