Skip to content

Commit 30e4c45

Browse files
committed
disabled typed-protocols-doc in GHA
1 parent da6757f commit 30e4c45

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
@@ -93,8 +93,8 @@ jobs:
9393
- name: typed-protocols-examples [test]
9494
run: cabal run typed-protocols-examples:test
9595

96-
- name: typed-protocols-doc [test]
97-
run: cabal test typed-protocols-doc
96+
# - name: typed-protocols-doc [test]
97+
# run: cabal test typed-protocols-doc
9898

9999
stylish-haskell:
100100
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)