Use full backtrace
This commit is contained in:
parent
b4482ce381
commit
4a460ab6c3
@ -7,7 +7,7 @@ git clone --depth=1 https://github.com/${INTEGRATION}.git checkout
|
||||
cd checkout
|
||||
|
||||
function check() {
|
||||
cargo clippy --all &> clippy_output
|
||||
RUST_BACKTRACE=full cargo clippy --all &> clippy_output
|
||||
cat clippy_output
|
||||
! cat clippy_output | grep -q "internal compiler error"
|
||||
if [[ $? != 0 ]]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user