Skip to content

Commit e91f985

Browse files
Rollup merge of #142210 - Kobzol:tidy-auto-builds, r=Mark-Simulacrum
Run `mingw-check-tidy` on auto builds This has two advantages: - It moves `auto` builds closer to being a superset of PR CI builds - It allows us to reuse the Docker cache for the job in PR CI, thus speeding up the job in PR CI considerably Discussed [here](https://rust-lang.zulipchat.com/#narrow/channel/242791-t-infra/topic/PR.20ci.20seems.20much.20to.20slow). r? ``@Mark-Simulacrum``
2 parents 66b6da5 + e82630c commit e91f985

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ci/github-actions/jobs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,6 +306,10 @@ auto:
306306
- name: mingw-check-2
307307
<<: *job-linux-4c
308308

309+
- name: mingw-check-tidy
310+
free_disk: false
311+
<<: *job-linux-4c
312+
309313
- name: test-various
310314
<<: *job-linux-4c
311315

0 commit comments

Comments
 (0)