diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index edd4805f46..16f6f28d45 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -19,6 +19,7 @@ jobs: source ~/.profile make test-gen make gen-all-cli cargo-api ARGS=test + make cargo-api ARGS='check --no-default-features' make cargo-api ARGS=doc make docs-all cargo test