CI/tests: Run cargo test with RUST_BACKTRACE=1

This commit is contained in:
Joining7943 2023-01-01 14:07:59 +01:00
parent 36f3507bed
commit ccfc799b46
2 changed files with 17 additions and 1 deletions

View file

@ -120,6 +120,7 @@ build () {
tests () {
probe='/sdcard/tests.probe'
export RUST_BACKTRACE=1
command="'cd ~/coreutils && timeout --preserve-status --verbose -k 1m 60m cargo test --features feat_os_unix_android --no-fail-fast >/sdcard/tests.log 2>&1; echo \$? >$probe'"
run_termux_command "$command" "$probe"
return_code=$?