From: Ian Jackson Date: Thu, 15 Jun 2023 13:13:28 +0000 (+0100) Subject: CI: Check for blocking todos (three X comments) X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ian/git?a=commitdiff_plain;h=6b50a8e2b356076ce735b66678653ada22181558;p=hippotat.git CI: Check for blocking todos (three X comments) Signed-off-by: Ian Jackson --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ef8b35..483e07e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ maint-checks: image: "rust:latest" script: - debian/update-build-deps --check + - set +e; env git grep -i 'XX[X]'; test $? = 1 test-rust-upstream: stage: test