Skip to content

Commit 40ada07

Browse files
committed
Also run haddock
1 parent 6a8cedf commit 40ada07

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ jobs:
4747
run: cabal build --enable-tests --enable-benchmarks
4848
shell: bash
4949

50+
- name: Haddock
51+
run: cabal haddock
52+
shell: bash
53+
5054
- name: Run tests
5155
run: cabal test
5256
shell: bash

0 commit comments

Comments
 (0)