Fixup integration tests
This commit is contained in:
parent
2ee8b0e4c5
commit
5fb987fff8
@ -21,7 +21,7 @@ cargo install --force
|
||||
echo "Integration tests for: ${INTEGRATION}"
|
||||
|
||||
function check_fmt {
|
||||
cargo fmt --all -v -- --error-on-unformatted &> rustfmt_output
|
||||
cargo fmt --all -v &> rustfmt_output
|
||||
if [[ $? != 0 ]]; then
|
||||
cat rustfmt_output
|
||||
return 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user