about summary refs log tree commit diff
path: root/.github/workflows/metrics.yaml
AgeCommit message (Collapse)AuthorLines
2022-07-16try fixing spurious CI failures on windowsAleksey Kladov-1/+1
It seems like it may be related to self-update? Anyways, I think we should be disabling self-update on CI
2022-07-15Remove deprecate actionAleksey Kladov-1/+3
https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed.
2022-07-15Remove deprecate actionAleksey Kladov-6/+1
https://old.reddit.com/r/rust/comments/vyx4oj/actionsrs_organization_became_unmaintained/ Looking at this holistically, I don't fully understand *why* we need an action here? Seems like we can just use rustup? nowadays github runners come with rustup pre-installed.
2022-04-30Update GitHub Actions actions/checkout@v2 to v3David Tolnay-1/+1
The v2 implementation uses Node 12, which is end-of-life on April 30, 2022. See https://nodejs.org/en/about/releases/. Update to v3, which is based on Node 16 whose support lasts until April 30, 2024.
2022-04-14minor: Don't run CI on master branchLukas Wirth-1/+1
2022-04-13minor: prepare CI for rust-lang moveLukas Wirth-1/+1
2021-12-22Gate workflows to only run on upstreamLaurențiu Nicola-0/+1
2020-11-02Remove more unreachable pubsAleksey Kladov-1/+1
2020-11-02Deny unreachable-pubAleksey Kladov-1/+1
It's very useful when `pub` is equivalent to "this is crate's public API", let's enforce this! Ideally, we should enforce it for local `cargo test`, and only during CI, but that needs https://github.com/rust-lang/cargo/issues/5034.
2020-07-24Fix metricsAleksey Kladov-7/+1
2020-07-24Fix another nameAleksey Kladov-1/+1
2020-07-24fix nameAleksey Kladov-1/+1
2020-07-24Add metricsAleksey Kladov-0/+38