Skip to content

Commit 4a460ab

Browse files
committed
Use full backtrace
1 parent b4482ce commit 4a460ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/integration-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git clone --depth=1 https://github.com/${INTEGRATION}.git checkout
77
cd checkout
88

99
function check() {
10-
cargo clippy --all &> clippy_output
10+
RUST_BACKTRACE=full cargo clippy --all &> clippy_output
1111
cat clippy_output
1212
! cat clippy_output | grep -q "internal compiler error"
1313
if [[ $? != 0 ]]; then

0 commit comments

Comments
 (0)