Merge pull request #2709 from gnzlbg/cio
output the result of rustfmt on ci
This commit is contained in:
commit
cb6cf05446
@ -23,6 +23,7 @@ echo "Integration tests for: ${INTEGRATION}"
|
||||
function check_fmt {
|
||||
cargo fmt --all -v -- --error-on-unformatted &> rustfmt_output
|
||||
if [[ $? != 0 ]]; then
|
||||
cat rustfmt_output
|
||||
return 1
|
||||
fi
|
||||
cat rustfmt_output
|
||||
|
Loading…
x
Reference in New Issue
Block a user