This commit is contained in:
nora 2022-11-04 22:57:28 +01:00
commit 35dc335803
No known key found for this signature in database

6
test_crate.sh Executable file
View file

@ -0,0 +1,6 @@
CRATE="${1:-hyper}"
TOOLCHAIN="${TOOLCHAIN:-dev}"
echo "Testing $CRATE +$TOOLCHAIN"
cd "$CRATE" && cargo "+$TOOLCHAIN" build --features=full