hurl/bin/test/test_unit.sh

8 lines
126 B
Bash
Raw Normal View History

2022-12-14 11:28:25 +03:00
#!/bin/bash
set -Eeuo pipefail
2022-07-30 05:49:56 +03:00
echo "----- unit tests -----"
PATH="$HOME"/.cargo/bin:$PATH
export PATH
2022-12-20 09:34:10 +03:00
cargo test --release