Skip to content

Commit 73f2ce4

Browse files
committed
github workflows should build haddock too
1 parent 0ebc19f commit 73f2ce4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/haskell.yml

+2
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,5 @@ jobs:
4343
run: cabal build --enable-tests --enable-benchmarks all
4444
- name: Run tests
4545
run: cabal test all
46+
- name: Build Docs
47+
run: cabal haddock

0 commit comments

Comments
 (0)