ci/rustfmt: print which files are checked
authorEric Engestrom <eric@igalia.com>
Mon, 13 Mar 2023 19:32:29 +0000 (19:32 +0000)
committerMarge Bot <emma+marge@anholt.net>
Tue, 14 Mar 2023 18:53:51 +0000 (18:53 +0000)
And how long that took, in case it ever becomes a problem.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21884>

.gitlab-ci/test/gitlab-ci.yml

index 78a493a..093cc3b 100644 (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: