From 36e66a7ac4b4fa782cfc291e960f428274d67bd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Fri, 16 Sep 2022 20:00:55 +0200 Subject: [PATCH] CI: lint MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e1c7094..f1e45a9d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,5 @@ +--- + stages: - lint - test @@ -18,7 +20,8 @@ variables: .nightly: image: rustlang/rust:nightly - allow_failure: true # It's not often, but it happens nightly breaks, surprisingly. + # It's not often, but it happens nightly breaks, surprisingly. + allow_failure: true extends: - .show-version