Skip to content

Commit

Permalink
CI: test through cabal on the latest GHC
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Jul 6, 2023
1 parent 04d34b5 commit 0709b45
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,17 @@ jobs:

- run: make install-dependencies

# for some reason these are failing due to missing "base"?
# commenting for the time being
#- run: make
#- run: make test
#- run: make haddock
# 2023-07: some projects were failing with missing base for GHC 9.6.
# Here we compile through cabal only provisionally.
# - run: make
# - run: make test
# - run: make haddock
- run: make test-sdist
- run: make test-via-cabal
#- run: make test-via-cabal
- run: cabal configure --enable-tests --enable-benchmarks --ghc-options="-O0"
- run: cabal build
- run: cabal test
- run: cabal haddock


test-with-ghc:
Expand Down

0 comments on commit 0709b45

Please sign in to comment.