From d4b4253b76eba580cdbcdee04153009c5a34d0f6 Mon Sep 17 00:00:00 2001 From: Julia Longtin Date: Sun, 28 Jan 2024 14:51:14 +0000 Subject: [PATCH] break CI into three stages: build, test, and haddock. --- .github/workflows/ci.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c647e963..1961c300 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -34,10 +34,6 @@ jobs: with: key: "${{ runner.os }}-${{ matrix.ghc }}-build-cabal-${{ hashFiles('cabal.project.freeze') }}" path: "${{ steps.setup-haskell-cabal.outputs.cabal-store }} dist-newstyle" - - name: test all - run: cabal test test-hslice --enable-tests - - name: haddock all - run: cabal haddock all strategy: matrix: cabal: