We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeaad3d commit da834f4Copy full SHA for da834f4
src/doc/rustc-dev-guide/src/tests/ci.md
@@ -2,9 +2,10 @@
2
3
## Testing infrastructure
4
5
+<!-- date-check: oct 2022 -->
6
When a Pull Request is opened on GitHub, [GitHub Actions] will automatically
7
launch a build that will run all tests on some configurations
-(x86_64-gnu-llvm-12 linux. x86_64-gnu-tools linux, mingw-check linux).
8
+(x86_64-gnu-llvm-13 linux, x86_64-gnu-tools linux, and mingw-check linux).
9
In essence, each runs `./x.py test` with various different options.
10
11
The integration bot [bors] is used for coordinating merges to the master branch.
0 commit comments