hurl/bin/test/test_unit.sh

7 lines
137 B
Bash
Executable File

#!/bin/sh
set -e
echo "----- unit tests -----"
PATH="$HOME"/.cargo/bin:$PATH
export PATH
cargo test --release --features strict --tests