This rust readme documents how to run a job locally:
https://github.com/marcoieni/rust/blob/e5493eafc843dde9ab914921fd472ea87857d322/src/ci/docker/README.md#L11
Eg. cargo run --manifest-path src/ci/citool/Cargo.toml run-local <job-name>
If the CI failure is in the "run the build" step and the CI job runs docker, people can reproduce the failure by running this command locally.
It would be nice to suggest this command to users in the rla comment.
See also #96
This rust readme documents how to run a job locally:
https://github.com/marcoieni/rust/blob/e5493eafc843dde9ab914921fd472ea87857d322/src/ci/docker/README.md#L11
Eg.
cargo run --manifest-path src/ci/citool/Cargo.toml run-local <job-name>If the CI failure is in the "run the build" step and the CI job runs docker, people can reproduce the failure by running this command locally.
It would be nice to suggest this command to users in the rla comment.
See also #96