Sign in
rust
/
rust
/
refs/heads/stable
/
.
/
src
/
ci
/
citool
/
README.md
blob: 685a255f152513a70aa9428d5f527a11ecdeea85 [
file
] [
log
] [
blame
] [
view
] [
edit
]
# 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
.