From eeaae5a3bf2425e2426e3515581f4feb765a9a34 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Wed, 14 Jun 2023 18:33:32 +0100 Subject: [PATCH] CI: test every crate with default features --- .gitlab-ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ee7c0e152..1543b7d7c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -318,6 +318,15 @@ 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 + matrix-test: stage: test image: rust:latest