add check_doc_features to CI

This commit is contained in:
trinity-1686a 2022-08-18 08:09:49 +02:00
parent ca99e9f635
commit 97bb2325df
1 changed files with 2 additions and 1 deletions

View File

@ -32,9 +32,10 @@ maint-checks:
stage: check
image: debian:stable-slim
script:
- apt-get update && apt-get install -y python3-toml
- apt-get update && apt-get install -y python3-toml python-is-python3 gawk
- ./maint/check_toposort
- ./maint/add_warning --check
- ./maint/check_doc_features
rust-checks:
# This is too slow (and the cacheing of the "cargo build" too flaky) to be a "check"