From 1bcbbf4fe36284ec72a506e37aa18662fd5653f2 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 22 Jan 2025 01:46:31 +0100 Subject: [PATCH] CI: don't run tests with mininimal set of packages loaded ... as there are no optional depdendencies in this package --- .github/workflows/CI.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 10429e49..18b05681 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -38,9 +38,6 @@ jobs: # avoid https://github.com/gap-packages/recog/issues/302 - 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 with: