This is an automated email from the ASF dual-hosted git repository. Kriskras99 pushed a commit to branch Kriskras99-docs-ci in repository https://gitbox.apache.org/repos/asf/avro-rs.git
commit b94e11fe7750a3bf5e062a19e3e7d4db7909b7d4 Author: Kriskras99 <[email protected]> AuthorDate: Wed Sep 9 15:16:08 2026 +0200 fix: Build docs with `--all-features` in CI --- .github/workflows/test-lang-rust-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-lang-rust-ci.yml b/.github/workflows/test-lang-rust-ci.yml index 9987c65..780e101 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'
