Skip to content

Commit

Permalink
Clarify CI documentation test command
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrGlad committed Nov 21, 2024
1 parent 7b70230 commit 28dc263
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. So we need an additional docs test command here.
- run: cargo test --doc
cargo-publish:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
Expand Down

0 comments on commit 28dc263

Please sign in to comment.