fractal/scripts/test.sh
2019-08-01 16:47:13 +00:00

9 lines
183 B
Bash
Executable file

#! /usr/bin/sh
set -o errexit
set -o pipefail
export CARGO_TARGET_DIR="$1/target/"
export CARGO_HOME="$CARGO_TARGET_DIR/cargo-home"
cargo test -j 1 -- --test-threads=1 --nocapture