diff --git a/.github/workflows/test-lang-rust-ci.yml b/.github/workflows/test-lang-rust-ci.yml index 9987c657..780e1019 100644 --- a/.github/workflows/test-lang-rust-ci.yml +++ b/.github/workflows/test-lang-rust-ci.yml @@ -113,7 +113,7 @@ jobs: if: matrix.rust == 'nightly' && matrix.runner.target == 'x86_64-unknown-linux-gnu' env: RUSTDOCFLAGS: --cfg docsrs -Dwarnings - run: cargo doc --lib --no-deps --document-private-items --features derive + run: cargo doc --lib --no-deps --document-private-items --all-features - name: Rust Format if: matrix.runner.target != 'wasm32-unknown-unknown'