Skip to content

Commit 5a166e8

Browse files
committed
Fix github workflow
1 parent a590cf3 commit 5a166e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/haskell.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ jobs:
7474
- name: typed-protocols-examples [test]
7575
run: cabal run typed-protocols-examples:test
7676

77-
- name: typed-protocols-docs [test]
78-
run: cabal run typed-protocols-docs:test
77+
- name: typed-protocols-doc [test]
78+
run: cabal test typed-protocols-doc
7979

8080
stylish-haskell:
8181
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)