From 305eb746955145b29c77e812eda804304d135068 Mon Sep 17 00:00:00 2001 From: kokobd Date: Mon, 12 Feb 2024 13:23:37 +0000 Subject: [PATCH] wip --- .github/workflows/test.yml | 9 --------- 1 file changed, 9 deletions(-) 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]