Skip to content

Test suite: run all tests on the stable branch

intrigeri requested to merge run-all-tests-on-stable into stable

We tend to rely more and more on the CI results on the target branch to validate already that merged branches don't break stuff outside of the scenarios whose results we carefully checked before merging.

This only works if we actually run all tests, including @fragile ones, on the stable branch: nowadays most changes go directly there, without going through devel first.

Merge request reports