From d9c64e7f87c3acf626e82fc3cb355c06a7d2c3e0 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 9 Dec 2018 04:02:29 +0200 Subject: [PATCH] CI: move the rustfmt check before the build/test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7edf293..1b06adb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - test - lint + - test - review variables: @@ -93,4 +93,4 @@ rustfmt: script: - rustc -Vv && cargo -Vv - cargo fmt --version - - cargo fmt --all -- --check \ No newline at end of file + - cargo fmt --all -- --check