We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31e4073 commit f733c80Copy full SHA for f733c80
.github/workflows/test.yaml
@@ -49,11 +49,13 @@ jobs:
49
run: |
50
set -eux
51
[ -e ~/.ghcup/env ] && . ~/.ghcup/env
52
+ ghcup install ghc --set ${{ matrix.ghc }}
53
echo ${{ matrix.ghc }}
54
echo $(ghc --numeric-version)
55
cabal update
- cabal build --enable-tests
56
- cabal test --test-show-details=direct
+ cabal configure --enable-tests --test-show-details=direct
57
+ cabal build
58
+ cabal test
59
cabal haddock
60
cabal check
61
cabal sdist
0 commit comments