From c687f38b506a83ebc42ca5742de5e1224076777b Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Sun, 4 Nov 2018 11:32:17 -0300 Subject: [PATCH] ci: Lint before running test No reason to run tests if linting didn't pass --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b1f653196..e2390c0cc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ stages: - - "test" - "lint" + - "test" .cargo_cache: &cache cache: