group-runner-0.1.0 is not a library.
group-runner
Group Rust executable output in GitHub logs
Example output
Recommended usage
-
In your GitHub workflow file, install
group-runner:steps: - name: Install group-runner run: cargo install group-runner -
Pass the following option to
cargo run,cargo test, orcargo bench:Example:
steps: - name: Test run: cargo test --config "target.'cfg(all())'.runner = 'group-runner'"
See The Cargo Book for more information.