CI: test every crate with default features

This commit is contained in:
Ian Jackson 2023-06-14 18:33:32 +01:00
parent 952bcb11ed
commit eeaae5a3bf
1 changed files with 9 additions and 0 deletions

View File

@ -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