use short message format in integration test

This commit is contained in:
Andre Bogus 2024-06-23 17:04:01 +02:00
parent 26c556dd63
commit 51ccad6986
No known key found for this signature in database
GPG key ID: 06510AD4B2137CBF

View file

@ -55,6 +55,7 @@ fn integration_test() {
"clippy",
"--all-targets",
"--all-features",
"--message-format=short",
"--",
"--cap-lints",
"warn",