rust/src/ci/citool
Jakub Beránek 28cf702292
Fix citool tests when executed ocally
They couldn't be executed locally before due to some additional environment reads.
2025-06-02 13:34:29 +02:00
..
src split mingw-check into two 2025-05-30 21:04:05 +03:00
templates Reduce duplicated test prefixes in nested subdirectories 2025-04-18 12:44:39 +02:00
tests Fix citool tests when executed ocally 2025-06-02 13:34:29 +02:00
Cargo.lock Update askama version to 0.14.0 in citool 2025-05-24 12:31:21 +02:00
Cargo.toml Update askama version to 0.14.0 in citool 2025-05-24 12:31:21 +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.