]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
ci: run unit-tests in Ubuntu build
authorIker Pedrosa <ipedrosa@redhat.com>
Tue, 10 Mar 2026 09:32:47 +0000 (10:32 +0100)
committerAlejandro Colomar <foss+github@alejandro-colomar.es>
Tue, 10 Mar 2026 13:13:46 +0000 (14:13 +0100)
Run unit-tests as part of the Ubuntu build

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
.github/workflows/runner.yml

index 64e0285f4a3e5449bdfc2be65d7bb1d152665c92..af418dd75aa78aacf81892c2d06c5ccd25419c68 100644 (file)
@@ -39,6 +39,7 @@ jobs:
         ./autogen.sh --without-selinux --disable-man --with-yescrypt
 
     - run: make
+    - run: make check
     - run: make install DESTDIR=${HOME}/rootfs
     - run: sudo make install