mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Use release build for unit tests and integration tests.
This commit is contained in:
parent
cc820c6190
commit
26c779459a
@ -2,7 +2,7 @@
|
||||
set -e
|
||||
|
||||
echo "----- integration tests -----"
|
||||
export PATH="$PWD/target/debug:$PATH"
|
||||
export PATH="$PWD/target/release:$PATH"
|
||||
cd integration || exit
|
||||
./integration.py
|
||||
./test_curl_commands.sh "$(find ./tests_ok ./tests_failed -maxdepth 1 -type f -name '*.curl' ! -name '*windows*')"
|
||||
|
@ -3,4 +3,4 @@ set -e
|
||||
echo "----- unit tests -----"
|
||||
PATH="$HOME"/.cargo/bin:$PATH
|
||||
export PATH
|
||||
cargo test --features strict --tests
|
||||
cargo test --release --features strict --tests
|
||||
|
Loading…
Reference in New Issue
Block a user