Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kokobd committed Feb 12, 2024
1 parent fb43d13 commit 305eb74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:
- "9.2.8"
- "9.4.8"
- "9.6.4"
exclude:
# precompiled 9.0 and 9.2 don't have docs on MacOS
- os: macos-latest
ghc: "9.2.4"
runs-on: ${{ matrix.os }}
defaults:
run:
Expand All @@ -36,11 +32,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 305eb74

Please sign in to comment.