rust/src/ci/citool
2025-04-17 17:18:38 +02:00
..
src Render test revisions separately 2025-04-17 17:14:26 +02:00
templates Create a macro for rendering test results 2025-04-17 17:18:38 +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.