update: test commnad to run doc tests

This commit is contained in:
nilesh05apr 2022-12-20 12:04:10 +05:30 committed by jcamiel
parent c11c5ed16e
commit 6440b2323c
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC

View File

@ -4,7 +4,7 @@ set -Eeuo pipefail
echo "----- unit tests -----"
PATH="$HOME"/.cargo/bin:$PATH
export PATH
cargo test --release --features strict --tests
cargo test --release
# Return PATH var to parent shell
package_dir="$(cd target/release ; pwd)"