From 2595d8c23cd78914a3be981c36837829ee9b3613 Mon Sep 17 00:00:00 2001 From: Bernhard Schuster Date: Fri, 12 Nov 2021 18:31:28 +0100 Subject: [PATCH] chore: fmt should print version (#4274) Because it's just too aggravating having to fetch the container every time to find out the version of cargo +nightly fmt. --- polkadot/.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/polkadot/.gitlab-ci.yml b/polkadot/.gitlab-ci.yml index 0c810359b7..6e1a7d6152 100644 --- a/polkadot/.gitlab-ci.yml +++ b/polkadot/.gitlab-ci.yml @@ -158,6 +158,7 @@ cargo-fmt: <<: *docker-env <<: *rules-test script: + - cargo +nightly --version - cargo +nightly fmt --all -- --check allow_failure: true