polyphony-chat / chorus

A Rust library for interacting with multiple Polyphony- and Spacebar-Compatible instances at once.
https://crates.io/crates/chorus
Mozilla Public License 2.0
16 stars 7 forks source link

Use cargo nextest #529

Closed bitfl0wer closed 1 month ago

bitfl0wer commented 1 month ago

This PR switches the linux job from cargo test to cargo nextest run for > 50% time reduction in the test execution step of the CI pipeline. Also, the "check common non default feature configurations" step has been moved from the linux job to it's own job, to parallelize the CI pipeline further and reduce the time that CI needs to run to completion.