Skip to content

Commit

Permalink
Merge pull request #640 from PetrGlad/test-fixes
Browse files Browse the repository at this point in the history
Test fixes, upgrade quickcheck
  • Loading branch information
dvdsk authored Dec 3, 2024
2 parents de0ffdc + 62ee3b3 commit 3592cbe
Show file tree
Hide file tree
Showing 12 changed files with 1,815 additions and 86 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ jobs:
if: matrix.toolchain == 'stable' && matrix.os == 'ubuntu-latest'
- run: cargo test --all-targets
- run: cargo test --features=symphonia-all --all-targets
- run: cargo test --lib --bins --tests --benches --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'
env:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
target
Cargo.lock

Loading

0 comments on commit 3592cbe

Please sign in to comment.