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 2c5731f commit 3aaa9dcCopy full SHA for 3aaa9dc
.github/workflows/ci.yml
@@ -38,7 +38,8 @@ jobs:
38
cabal sdist -z -o .
39
cabal get unix-*.tar.gz
40
cd unix-*/
41
- cabal build -w /opt/ghc/bin/ghc-${{ matrix.ghc }} all
+ cabal update
42
+ cabal test -w /opt/ghc/bin/ghc-${{ matrix.ghc }} all
43
- name: Haddock
44
run: cabal haddock -w /opt/ghc/bin/ghc-${{ matrix.ghc }}
45
@@ -69,7 +70,8 @@ jobs:
69
70
71
72
- cabal build all
73
74
+ cabal test all --test-show-details=direct
75
76
run: cabal haddock
77
@@ -90,4 +92,5 @@ jobs:
90
92
91
93
94
95
96
0 commit comments