Skip to content

Commit

Permalink
break CI into three stages: build, test, and haddock.
Browse files Browse the repository at this point in the history
  • Loading branch information
julialongtin committed Jan 28, 2024
1 parent c129748 commit d4b4253
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Expand Up @@ -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:
Expand Down

0 comments on commit d4b4253

Please sign in to comment.