]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
ci: run CHECK phase for meson
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 12 Apr 2026 06:26:24 +0000 (08:26 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 12 Apr 2026 06:43:58 +0000 (08:43 +0200)
Make sure that the code also works when built with meson.

Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
.github/workflows/cibuild.yml

index d320f79e268f11badfcb05828b7617141917dbfa..73c2edeb8f317a49a20f09cefd4b39a5c4fde001 100644 (file)
@@ -96,6 +96,8 @@ jobs:
         run: .github/workflows/cibuild.sh MESONCONF
       - name: Meson build
         run: .github/workflows/cibuild.sh MESONBUILD
+      - name: Check
+        run: .github/workflows/cibuild.sh CHECK
 
   distcheck:
     needs: build