summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-30 17:53:23 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-05-31 14:14:25 +0200
commitda9c8f50b1a841830f3323f0438de2f3a0974022 (patch)
tree363758e1f05b77eb8980349fa75ea3b0c5d49305 /CONTRIBUTING.md
parent181fa7f35b194089e5e5b9ab9d5632d9b1a25520 (diff)
downloadjustbuild-da9c8f50b1a841830f3323f0438de2f3a0974022.tar.gz
Make test ["", "ALL"] really contain all tests
... but keep the option to not run the large tests.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md14
1 files changed, 6 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e423ca02..838c8fd5 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -9,14 +9,12 @@ carefully discuss the objective of the planned feature, possible
alternatives, as well as the transition plan. This document has to
be agreed upon and committed to the repository first.
-For all changes, remember to also update the documentation and
-add appropriate test coverage. For code to be accepted, all tests
-must pass; the two global test suites are `["@", "just tests", "", "ALL"]`
-and `["@", "just tests", "test", "bootstrap-test"]` where the
-latter needs an increased action time out. Code is formatted with
-`clang-format` and linted with `clang-tidy`; the corresponding
-configuration files can be found in the top-level directory of
-this repository.
+For all changes, remember to also update the documentation and add
+appropriate test coverage. For code to be accepted, all tests must
+pass; the global test suite is `["@", "just tests", "", "ALL"]`.
+Code is formatted with `clang-format` and linted with `clang-tidy`;
+the corresponding configuration files can be found in the top-level
+directory of this repository.
Changes should be organized as a patch series, i.e., as a sequence of
small changes that are easy to review, but nevertheless self-contained