From f9dda595f9d8f1699dedd0429838b65a4387fba1 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Sat, 23 Mar 2024 22:53:41 +0100 Subject: [PATCH] CI: test with mininimal set of packages loaded --- .github/workflows/CI.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4148825..80e87d8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,6 +38,9 @@ jobs: GAPBRANCH: ${{ matrix.gap-branch }} - uses: gap-actions/build-pkg@v1 - uses: gap-actions/run-pkg-tests@v2 + - uses: gap-actions/run-pkg-tests@v2 + with: + only-needed: true - uses: gap-actions/process-coverage@v2 - uses: codecov/codecov-action@v4