mirror of
https://github.com/RustAudio/rodio
synced 2024-12-04 17:29:20 +00:00
Clarify CI documentation test command
This commit is contained in:
parent
7b70230a60
commit
1182681256
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue