We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1041547 commit dfb4227Copy full SHA for dfb4227
ci/run.sh
@@ -121,6 +121,6 @@ else
121
122
cargo test $opt --manifest-path libc-test/Cargo.toml --target "${TARGET}"
123
124
- cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
+ RUST_BACKTRACE=1 cargo test $opt --features extra_traits --manifest-path libc-test/Cargo.toml \
125
--target "${TARGET}"
126
fi
0 commit comments