diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d9cd09..e263e7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: @@ -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]