From e466d252fc7386d2b5903133c885db4ffbc2094f Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Tue, 10 Oct 2017 16:22:25 +0300 Subject: [PATCH] CI fixes. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf13461..22e72a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -42,7 +42,11 @@ test:rustfmt: - which rustfmt || cargo install rustfmt script: - rustc --version && cargo --version + - pwd + - ls -al - cargo fmt --all -- --write-mode=diff + # allwo failure till it uses rustfmt.toml + allow_failure: true # Configure and run clippy on nightly test:clippy: