]> git.lizzy.rs Git - rust.git/commit
Auto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Tue, 7 Feb 2023 09:58:58 +0000 (09:58 +0000)
committerbors <bors@rust-lang.org>
Tue, 7 Feb 2023 09:58:58 +0000 (09:58 +0000)
commite4dd9edb76a34ecbca539967f9662b8c0cc9c7fb
treebab0dcab286009c42480c640817ff7c32ca6800c
parentdffea43fc1102bdfe16d88ed412c23d4f0f08d9d
parent13588cc681c9cc451ddf6286424b1a611cc1277a
Auto merge of #107704 - jyn514:tidy-ci, r=Mark-Simulacrum

Run `expand-yaml-anchors` in `x test tidy`

Previously, the pre-commit hook which runs `x test tidy` could pass only to have CI fail within the first 30 seconds. This adds about 30 seconds to `test tidy` (for an initial run, much less after the tool is built the first time) in exchange for catching errors in `.github/workflows/ci.yml` before they're pushed.