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.
This commit is contained in:
Bernhard Schuster
2021-11-12 18:31:28 +01:00
committed by GitHub
parent 424ffbe6c1
commit 2595d8c23c
+1
View File
@@ -158,6 +158,7 @@ cargo-fmt:
<<: *docker-env
<<: *rules-test
script:
- cargo +nightly --version
- cargo +nightly fmt --all -- --check
allow_failure: true