1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-27 18:50:07 +03:00

gitlab-ci: Run meson tests verbosely

This commit is contained in:
Nick Wellnhofer 2025-02-18 23:15:20 +01:00
parent 9037dce918
commit aedc1f3d14

View File

@ -14,5 +14,6 @@ meson setup \
-Dlegacy=enabled \
builddir
ninja -C builddir test
ninja -C builddir
meson test --verbose -C builddir