Skip to content

Commit dfb4227

Browse files
Add trace to CI
1 parent 1041547 commit dfb4227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ else
121121

122122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
123123

124-
cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
124+
RUST_BACKTRACE=1 cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
125125
--target "${TARGET}"
126126
fi

0 commit comments

Comments
 (0)