diff options
| author | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:43:10 +0000 |
|---|---|---|
| committer | Chris Denton <chris@chrisdenton.dev> | 2025-07-02 08:48:20 +0000 |
| commit | 6671d9b92a0bfd70b42e6332c06cd3eeecb52b32 (patch) | |
| tree | f3bc0a746008c54be896aacae23980735b314626 /src/doc/rustc-dev-guide | |
| parent | 62949cd2d6849cdee2160467365cfa6529b77f16 (diff) | |
| download | rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.tar.gz rust-6671d9b92a0bfd70b42e6332c06cd3eeecb52b32.zip | |
Rename mingw-check-tidy to tidy
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/tests/ci.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/rustc-dev-guide/src/tests/ci.md b/src/doc/rustc-dev-guide/src/tests/ci.md index 1ed790ba0c8..eba101a1398 100644 --- a/src/doc/rustc-dev-guide/src/tests/ci.md +++ b/src/doc/rustc-dev-guide/src/tests/ci.md @@ -67,7 +67,7 @@ kinds of builds (sets of jobs). After each push to a pull request, a set of `pr` jobs are executed. Currently, these execute the `x86_64-gnu-llvm-X`, `x86_64-gnu-tools`, `pr-check-1`, `pr-check-2` -and `pr-check-tidy` jobs, all running on Linux. These execute a relatively short +and `tidy` jobs, all running on Linux. These execute a relatively short (~40 minutes) and lightweight test suite that should catch common issues. More specifically, they run a set of lints, they try to perform a cross-compile check build to Windows mingw (without producing any artifacts) and they test the |
