Skip to content

Commit

Permalink
exclude some toolchains from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Feb 12, 2024
1 parent fb43d13 commit 9f9163b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
- "9.4.8"
- "9.6.4"
exclude:
# precompiled 9.0 and 9.2 don't have docs on MacOS
# Some GHCs from GHCup don't have pre-compiled hoogle for bundled libraries
- os: macos-latest
ghc: "9.2.4"
ghc: "9.2.8"
- ghc: "9.6.4"
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -36,11 +37,6 @@ jobs:
cabal build all --enable-tests
- name: Run Tests
run: cabal test --test-show-details=always all
- name: Setup tmate session
if: ${{ failure() }}
uses: mxschmitt/action-tmate@v3
with:
limit-access-to-actor: true
post_job:
runs-on: ubuntu-latest
needs: [test]
Expand Down

0 comments on commit 9f9163b

Please sign in to comment.