ci/rustfmt: print which files are checked

And how long that took, in case it ever becomes a problem.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21884>
This commit is contained in:
Eric Engestrom
2023-03-13 19:32:29 +00:00
committed by Marge Bot
parent 6c2d177896
commit 755282accc
+1 -1
View File
@@ -28,7 +28,7 @@ rustfmt:
GIT_STRATEGY: fetch
script:
- shopt -s globstar
- rustfmt --check src/**/*.rs
- rustfmt --check --verbose src/**/*.rs
.test-gl:
extends: