ci: print rustfmt's version
authorEric Engestrom <eric@igalia.com>
Mon, 24 Jul 2023 08:56:27 +0000 (09:56 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 27 Jul 2023 17:33:59 +0000 (17:33 +0000)
Signed-off-by: Eric Engestrom <eric@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24302>

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

index 0d2281c..71440f6 100644 (file)
@@ -39,6 +39,7 @@ rustfmt:
     - .lint-rustfmt-rules
   before_script:
     - shopt -s globstar
+    - rustfmt --version
     - rustfmt --verbose src/**/lib.rs
 
 clang-format: