mirror of
https://github.com/Noratrieb/incr.git
synced 2026-01-14 13:55:01 +01:00
6 lines
No EOL
142 B
Bash
Executable file
6 lines
No EOL
142 B
Bash
Executable file
CRATE="${1:-hyper}"
|
|
TOOLCHAIN="${TOOLCHAIN:-dev}"
|
|
|
|
echo "Testing $CRATE +$TOOLCHAIN"
|
|
|
|
cd "$CRATE" && cargo "+$TOOLCHAIN" build --features=full |