MeadowlarkDAW / creek

Realtime disk streaming IO for audio
Other
112 stars 12 forks source link

CI fixes #26

Closed Be-ing closed 1 year ago

Be-ing commented 1 year ago

instead of specifying individual crates

should fix CI for #22

Be-ing commented 1 year ago

Oof CI is broken for Rust 1.56 now because Cargo.lock wasn't committed :/

Be-ing commented 1 year ago

Oof CI is broken for Rust 1.56 now because Cargo.lock wasn't committed :/

Fortunately installing old versions of Rust with rustup is easy :) I committed a Cargo.lock that works with Rust 1.56.

orottier commented 1 year ago

Nice work, but it seems no tests are run at all. Not entirely sure how this works but specifying cargo test --workspace --all-targets --all-features does actually run a few tests. Perhaps specify these as args, also for the check task?

Be-ing commented 1 year ago

Good catch. Adding --workspace is required.