commit 35dc335803df31e13bdb8a2afb54603d691ed10f Author: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Fri Nov 4 22:57:28 2022 +0100 init diff --git a/test_crate.sh b/test_crate.sh new file mode 100755 index 0000000..8a1cbed --- /dev/null +++ b/test_crate.sh @@ -0,0 +1,6 @@ +CRATE="${1:-hyper}" +TOOLCHAIN="${TOOLCHAIN:-dev}" + +echo "Testing $CRATE +$TOOLCHAIN" + +cd "$CRATE" && cargo "+$TOOLCHAIN" build --features=full \ No newline at end of file