Skip to content

Commit

Permalink
run unit tests as part of build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michal Conos committed Sep 2, 2024
1 parent b03d1ec commit 49149fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ export LIBTORCH_LIB=$(pwd)/libtorch/

export LD_LIBRARY_PATH="$LIBTORCH/lib/:$LD_LIBRARY_PATH"

cargo test
cargo build --release --examples

target/release/examples/yolo-predict


0 comments on commit 49149fb

Please sign in to comment.