hurl/bin/test/test_unit.sh

7 lines
137 B
Bash
Raw Normal View History

2022-07-30 05:49:56 +03:00
#!/bin/sh
set -e
echo "----- unit tests -----"
PATH="$HOME"/.cargo/bin:$PATH
export PATH
cargo test --release --features strict --tests