From 5e5f3eb5717c26e5dd8399ff4a8e465b6c16f956 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..54bcdde42 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 'TestPackage("matgrp");' - uses: gap-actions/run-pkg-tests@v4 with: testfile: tst/testall.g