From 02e40d3b48c2f6f89074304fd14b0dbcce5938b1 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 24 Jul 2023 09:56:27 +0100 Subject: [PATCH] ci: print rustfmt's version Signed-off-by: Eric Engestrom Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 0d2281c..71440f6 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -39,6 +39,7 @@ rustfmt: - .lint-rustfmt-rules before_script: - shopt -s globstar + - rustfmt --version - rustfmt --verbose src/**/lib.rs clang-format: -- 2.7.4