mirror of
https://github.com/Noratrieb/incr.git
synced 2026-01-14 22:05:01 +01:00
init
This commit is contained in:
commit
35dc335803
1 changed files with 6 additions and 0 deletions
6
test_crate.sh
Executable file
6
test_crate.sh
Executable file
|
|
@ -0,0 +1,6 @@
|
||||||
|
CRATE="${1:-hyper}"
|
||||||
|
TOOLCHAIN="${TOOLCHAIN:-dev}"
|
||||||
|
|
||||||
|
echo "Testing $CRATE +$TOOLCHAIN"
|
||||||
|
|
||||||
|
cd "$CRATE" && cargo "+$TOOLCHAIN" build --features=full
|
||||||
Loading…
Add table
Add a link
Reference in a new issue