Skip to content

Commit

Permalink
testuite: doctest: move to ghc recommended
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever authored and mergify[bot] committed Feb 1, 2023
1 parent acbc0f3 commit ce2c92f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/quick-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
- name: ghcup
run: |
ghcup config set cache true
ghcup install ghc 8.10.7
ghcup set ghc 8.10.7
ghcup install ghc recommended
ghcup set ghc recommended
- name: Update Hackage index
run: cabal v2-update
- name: Install doctest
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ ghcid-cli :
# doctests (relies on .ghc.environment files)

doctest :
doctest --fast Cabal-syntax/src Cabal/src
doctest --fast -XHaskell2010 Cabal-syntax/src Cabal/src

# This is not run as part of validate.sh (we need hackage-security, which is tricky to get).
doctest-cli :
Expand Down

0 comments on commit ce2c92f

Please sign in to comment.