From da9c8f50b1a841830f3323f0438de2f3a0974022 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Tue, 30 May 2023 17:53:23 +0200 Subject: Make test ["", "ALL"] really contain all tests ... but keep the option to not run the large tests. --- CONTRIBUTING.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'CONTRIBUTING.md') 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 -- cgit v1.2.3