Merge pull request #2591 from rust-lang/tshepang-patch-5

a valid state is achieved by passing the test suite
This commit is contained in:
nora 2025-09-17 20:15:08 +02:00 committed by GitHub
commit cea82e30a9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
# Testing with CI
The primary goal of our CI system is to ensure that the `master` branch of
`rust-lang/rust` is always in a valid state and passes our test suite.
`rust-lang/rust` is always in a valid state by passing our test suite.
From a high-level point of view, when you open a pull request at
`rust-lang/rust`, the following will happen: