mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +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
|
set -e
|
||||||
|
|
||||||
echo "----- integration tests -----"
|
echo "----- integration tests -----"
|
||||||
export PATH="$PWD/target/debug:$PATH"
|
export PATH="$PWD/target/release:$PATH"
|
||||||
cd integration || exit
|
cd integration || exit
|
||||||
./integration.py
|
./integration.py
|
||||||
./test_curl_commands.sh "$(find ./tests_ok ./tests_failed -maxdepth 1 -type f -name '*.curl' ! -name '*windows*')"
|
./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 -----"
|
echo "----- unit tests -----"
|
||||||
PATH="$HOME"/.cargo/bin:$PATH
|
PATH="$HOME"/.cargo/bin:$PATH
|
||||||
export PATH
|
export PATH
|
||||||
cargo test --features strict --tests
|
cargo test --release --features strict --tests
|
||||||
|
Loading…
Reference in New Issue
Block a user