doc: Move CI-must-pass requirement into readme section

Seems fine to state it clearly once.
This commit is contained in:
MarcoFalke
2025-05-20 19:02:22 +02:00
parent fab79c1a25
commit fac00d4ed3
2 changed files with 2 additions and 8 deletions

View File

@@ -56,8 +56,8 @@ in Python.
These tests can be run (if the [test dependencies](/test) are installed) with: `build/test/functional/test_runner.py`
(assuming `build` is your build directory).
The CI (Continuous Integration) systems make sure that every pull request is built for Windows, Linux, and macOS,
and that unit/sanity tests are run automatically.
The CI (Continuous Integration) systems make sure that every pull request is tested on Windows, Linux, and macOS.
The CI must pass on all commits before merge to avoid unrelated CI failures on new pull requests.
### Manual Quality Assurance (QA) Testing