From 96bed54c295b4715d72ad2730b3e3d214330f5f9 Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 5 May 2022 21:09:12 +0200 Subject: [PATCH] okay gitlab, be that way --- .gitlab-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6630683..12c8fc3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,6 +40,8 @@ before_script: stage: lint allow_failure: true only: + - main + - development - merge_requests # Use clippy lints @@ -64,6 +66,10 @@ lint:fmt: # Check if the code builds on rust stable stable:build: stage: build + only: + - main + - development + - merge_requests script: - rustc +stable --version && cargo +stable --version - echo -e "\e[0Ksection_start:`date +%s`:build_output\r\e[0KOutput of `cargo check`"