mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-26 00:22:10 +03:00
update: test commnad to run doc tests
This commit is contained in:
parent
c11c5ed16e
commit
6440b2323c
@ -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)"
|
||||
|
Loading…
Reference in New Issue
Block a user