From bca999790fc40b4240ea17a5bf52464618252fa1 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Jun 2023 19:40:27 +0100 Subject: [PATCH] CI: Upgrade every-crate test to required Since it passes now. --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1543b7d7c..0f08a2f67 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -318,11 +318,9 @@ integration-shadow: - amd64 - tpa -# TODO when this test passes on main, delete the allow_failures line every-crate: stage: test image: rust:latest - allow_failure: true script: - apt-get update && apt-get install -y python3-toml python-is-python3 - ./maint/every-crate