rust/src/ci/citool
2025-04-17 16:35:39 +02:00
..
src Add a note about how to find tests that haven't been executed anywhere. 2025-04-17 16:35:39 +02:00
templates Add a note about how to find tests that haven't been executed anywhere. 2025-04-17 16:35:39 +02:00
tests enable in-tree std on some runners 2025-04-07 10:08:08 +03:00
Cargo.lock Add command to citool for generating a test dashboard 2025-04-17 16:18:24 +02:00
Cargo.toml Add command to citool for generating a test dashboard 2025-04-17 16:18:24 +02:00
README.md Implement CI tooling in Rust 2025-02-17 12:27:20 +01:00

CI tooling

This is a simple Rust script that determines which jobs should be executed on CI based on the situation (pull request, try job, merge attempt). It also provides a simple way of executing (some) CI jobs locally.