CI: Enable modular tests for all Meson-based CI builds

The whole point of these tests is that they're safe to enable because
they don't affect the production binaries.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2022-06-24 18:15:03 +01:00
parent 00c18a8050
commit 5cd8b3e0a1

View file

@ -477,11 +477,12 @@ case "$ci_buildsys" in
;;
esac
set -- -Dmodular_tests=enabled "$@"
case "$ci_variant" in
(debug)
set -- -Dasserts=true "$@"
set -- -Dembedded_tests=true "$@"
set -- -Dmodular_tests=enabled "$@"
set -- -Dverbose_mode=true "$@"
case "$ci_host" in