Skip to content

Commit 057e7c7

Browse files
committed
Don't try to run tests without HAPs optional dependencies
The HAP test suite really needs all (?) its optional dependencies in its tests.
1 parent bbdf3a0 commit 057e7c7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/CI.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ jobs:
4444
GAPBRANCH: ${{ matrix.gap-branch }}
4545
- uses: gap-actions/build-pkg@v1
4646
- uses: gap-actions/run-pkg-tests@v2
47-
- uses: gap-actions/run-pkg-tests@v2
48-
with:
49-
only-needed: true
5047
- uses: gap-actions/process-coverage@v2
5148
- uses: codecov/codecov-action@v4
5249
with:

0 commit comments

Comments
 (0)