From 71f0bbac7446f16171fe6108ca72d78fd29a6d7f Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 19 May 2026 15:25:19 +0200 Subject: [PATCH] CI: run matgrp tests as part of CI ... so we notice breakages sooner in the future. --- .github/workflows/CI.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 186453ce6..dcd8e71e2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -39,6 +39,8 @@ jobs: cd $GAPROOT/pkg ../bin/BuildPackages.sh --strict cvec io orb - uses: gap-actions/build-pkg@v3 + - run: | + gap --quitonbreak -c 'SetInfoLevel(InfoObsolete, 0); TestPackage("matgrp");' - uses: gap-actions/run-pkg-tests@v4 with: testfile: tst/testall.g