Clarify CI documentation test command

This commit is contained in:
Petr Gladkikh 2024-11-21 19:40:36 +04:00
parent 7b70230a60
commit 1182681256

View file

@ -49,6 +49,8 @@ jobs:
- run: cargo test --all-targets
- run: cargo test --all-targets --features=experimental
- run: cargo test --all-targets --features=symphonia-all
# `cargo test` does not check benchmarks and `cargo test --all-targets` excludes
# documentation tests. Therefore, we need an additional docs test command here.
- run: cargo test --doc
cargo-publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'